#9B85CE

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

Shades of Cold Purple #9B85CE

Tints of Cold Purple #9B85CE

Color information

#9B85CE (or 0x9B85CE) is unknown color: approx Cold Purple. HEX triplet: 9B, 85 and CE. RGB value is (155,133,206). Sum of RGB (Red+Green+Blue) = 155+133+206=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85CE is #647A31. Grayscale: #939393. Windows color (decimal): -6584882 or 13534619. OLE color: 13534619.

HSL color Cylindrical-coordinate representation of color #9B85CE: hue angle of 258.08º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B85CE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155133206-
CMYK0.250.3500.19
HSL258.08º42.69%66.47%-
HSV(B)258.08º35.44%80.78%-
XYZ33.0528.262.09-
YUV147.9160.79133.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=31.38%
G=26.92%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551332060.250.3500.19258.0842.6966.47
Hex9B85CE19230131022b42
Octal233205316314302340253102
Binary100110111000010111001110110011000110100111000000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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