Html Css Color HEX #9B8ECB Cold Purple

📋 copy color: '#9B8ECB'

red 155 ◦ green 142 ◦ blue 203

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

Shades of Cold Purple #9B8ECB

Tints of Cold Purple #9B8ECB

RGB

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

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

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

R = 31%
G = 28.4%
B = 40.6%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B8ECB (or 0x9B8ECB) is known color: Cold Purple. HEX triplet: 9B, 8E and CB. RGB value is (155,142,203). Sum of RGB (Red+Green+Blue) = 155+142+203=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ECB is #647134. Grayscale: #989898. Windows color (decimal): -6582581 or 13340315. OLE color: 13340315.

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

Color convert

RGB 155 142 203 -
CMYK 0.24 0.30 0 0.20
HSL 252.79º 0.37% 0.68% -
HSV(B) 252.79º 0.3% 0.8% -
XYZ 33.97 30.63 60.62 -
YUV 152.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 155 142 203 0.24 0.30 0 0.20 252.79 0.37 0.68
Hex 9B 8E CB 18 1E 0 14 FD 25 44
Octal 233 216 313 30 36 0 24 375 45 104
Binary 10011011 10001110 11001011 11000 11110 0 10100 11111101 100101 1000100

Color Harmonies of #9B8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8ECB

Black with #9B8ECB

Text Example


Text Example

White with #9B8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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