Html Css Color HEX #9B85CB Cold Purple

📋 copy color: '#9B85CB'

red 155 ◦ green 133 ◦ blue 203

#9B85CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9B85CB

Tints of Cold Purple #9B85CB

RGB

 RED value IS 155 (60.94% from 255) = 31.57%

 GREEN value IS 133 (52.34% from 255) = 27.09%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 31.57%
G = 27.09%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B85CB (or 0x9B85CB) is known color: Cold Purple. HEX triplet: 9B, 85 and CB. RGB value is (155,133,203). Sum of RGB (Red+Green+Blue) = 155+133+203=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85CB is #647A34. Grayscale: #939393. Windows color (decimal): -6584885 or 13338011. OLE color: 13338011.

HSL color Cylindrical-coordinate representation of color #9B85CB: hue angle of 258.86º 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 #9B85CB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 133 203 -
CMYK 0.24 0.34 0 0.20
HSL 258.86º 0.4% 0.66% -
HSV(B) 258.86º 0.34% 0.8% -
XYZ 32.68 28.06 60.19 -
YUV 147.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 155 133 203 0.24 0.34 0 0.20 258.86 0.4 0.66
Hex 9B 85 CB 18 22 0 14 103 28 42
Octal 233 205 313 30 42 0 24 403 50 102
Binary 10011011 10000101 11001011 11000 100010 0 10100 100000011 101000 1000010

Color Harmonies of #9B85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B85CB

Black with #9B85CB

Text Example


Text Example

White with #9B85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B85CB;
 }
 .AnyTagClassName
 {
   color: #9B85CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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