#9A85CB

Color #9A85CB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9A85CB

Tints of Cold Purple #9A85CB

Color information

#9A85CB (or 0x9A85CB) is unknown color: approx Cold Purple. HEX triplet: 9A, 85 and CB. RGB value is (154,133,203). Sum of RGB (Red+Green+Blue) = 154+133+203=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85CB is #657A34. Grayscale: #939393. Windows color (decimal): -6650421 or 13338010. OLE color: 13338010.

HSL color Cylindrical-coordinate representation of color #9A85CB: hue angle of 258º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A85CB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154133203-
CMYK0.240.3400.20
HSL258º40.23%65.88%-
HSV(B)258º34.48%79.61%-
XYZ32.4927.9660.18-
YUV147.26159.46132.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=31.43%
G=27.14%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541332030.240.3400.2025840.2365.88
Hex9A85CB18220141022842
Octal232205313304202440250102
Binary100110101000010111001011110001000100101001000000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A85CB; }

 p { color: rgb(154,133,203); }

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

<style>
 a { background-color: #9A85CB; }

 a { background-color: rgb(154,133,203); }

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

<style>
 span { border-color: #9A85CB; }

 span { border-color: rgb(154,133,203); }

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