#9B85BE

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

Shades of Cold Purple #9B85BE

Tints of Cold Purple #9B85BE

Color information

#9B85BE (or 0x9B85BE) is unknown color: approx Cold Purple. HEX triplet: 9B, 85 and BE. RGB value is (155,133,190). Sum of RGB (Red+Green+Blue) = 155+133+190=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85BE is #647A41. Grayscale: #919191. Windows color (decimal): -6584898 or 12486043. OLE color: 12486043.

HSL color Cylindrical-coordinate representation of color #9B85BE: hue angle of 263.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B85BE is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155133190-
CMYK0.180.300.25
HSL263.16º30.48%63.33%-
HSV(B)263.16º30%74.51%-
XYZ31.227.4652.37-
YUV146.08152.79134.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=32.43%
G=27.82%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551331900.180.300.25263.1630.4863.33
Hex9B85BE121E0191071e3f
Octal23320527622360314073677
Binary100110111000010110111110100101111001100110000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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