#9853CD

Color #9853CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9853CD

Tints of Amethyst #9853CD

Color information

#9853CD (or 0x9853CD) is unknown color: approx Amethyst. HEX triplet: 98, 53 and CD. RGB value is (152,83,205). Sum of RGB (Red+Green+Blue) = 152+83+205=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9853CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9853CD is #67AC32. Grayscale: #757575. Windows color (decimal): -6794291 or 13456280. OLE color: 13456280.

HSL color Cylindrical-coordinate representation of color #9853CD: hue angle of 273.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9853CD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15283205-
CMYK0.260.6000.20
HSL273.93º54.95%56.47%-
HSV(B)273.93º59.51%80.39%-
XYZ27.0617.2759.66-
YUV117.54177.36152.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=34.55%
G=18.86%
B=46.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152832050.260.6000.20273.9354.9556.47
Hex9853CD1A3C0141123738
Octal23012331532740244226770
Binary1001100010100111100110111010111100010100100010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9853CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9853CD; }

 p { color: rgb(152,83,205); }

 H1.HeaderClassName
 {
   color: #9853CD;
 }
 .AnyTagClassName
 {
   color: #9853CD;
 }
</style>
background-color css

<style>
 a { background-color: #9853CD; }

 a { background-color: rgb(152,83,205); }

 div.DivClassName
 {
   background-color: #9853CD;
 }
 .BgClassName
 {
   background-color: #9853CD;
 }
</style>
border-color css

<style>
 span { border-color: #9853CD; }

 span { border-color: rgb(152,83,205); }

 td.TdClassName
 {
   border-color: #9853CD;
 }
 .TagClassName
 {
   border-color: #9853CD;
 }
</style>