#9B85CA

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

Shades of Cold Purple #9B85CA

Tints of Cold Purple #9B85CA

Color information

#9B85CA (or 0x9B85CA) is unknown color: approx Cold Purple. HEX triplet: 9B, 85 and CA. RGB value is (155,133,202). Sum of RGB (Red+Green+Blue) = 155+133+202=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85CA is #647A35. Grayscale: #939393. Windows color (decimal): -6584886 or 13272475. OLE color: 13272475.

HSL color Cylindrical-coordinate representation of color #9B85CA: hue angle of 259.13º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B85CA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155133202-
CMYK0.230.3400.21
HSL259.13º39.43%65.69%-
HSV(B)259.13º34.16%79.22%-
XYZ32.5728.0159.57-
YUV147.44158.79133.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=31.63%
G=27.14%
B=41.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551332020.230.3400.21259.1339.4365.69
Hex9B85CA17220151032742
Octal233205312274202540347102
Binary100110111000010111001010101111000100101011000000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,133,202); }

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

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

 a { background-color: rgb(155,133,202); }

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

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

 span { border-color: rgb(155,133,202); }

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