Html Css Color HEX #9B8ECC Cold Purple

📋 copy color: '#9B8ECC'

red 155 ◦ green 142 ◦ blue 204

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

Shades of Cold Purple #9B8ECC

Tints of Cold Purple #9B8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 30.94%
G = 28.34%
B = 40.72%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B8ECC (or 0x9B8ECC) is known color: Cold Purple. HEX triplet: 9B, 8E and CC. RGB value is (155,142,204). Sum of RGB (Red+Green+Blue) = 155+142+204=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ECC is #647133. Grayscale: #989898. Windows color (decimal): -6582580 or 13405851. OLE color: 13405851.

HSL color Cylindrical-coordinate representation of color #9B8ECC: hue angle of 252.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8ECC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 142 204 -
CMYK 0.24 0.30 0 0.2
HSL 252.58º 0.38% 0.68% -
HSV(B) 252.58º 0.3% 0.8% -
XYZ 34.09 30.67 61.25 -
YUV 152.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 155 142 204 0.24 0.30 0 0.2 252.58 0.38 0.68
Hex 9B 8E CC 18 1E 0 14 FD 26 44
Octal 233 216 314 30 36 0 24 375 46 104
Binary 10011011 10001110 11001100 11000 11110 0 10100 11111101 100110 1000100

Color Harmonies of #9B8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8ECC

Black with #9B8ECC

Text Example


Text Example

White with #9B8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,204); }

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

background-color css

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

 a { background-color: rgb(155,142,204); }

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

border-color css

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

 span { border-color: rgb(155,142,204); }

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