Html Css Color HEX #9E88CB Cold Purple

📋 copy color: '#9E88CB'

red 158 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9E88CB

Tints of Cold Purple #9E88CB

RGB

 RED value IS 158 (62.11% from 255) = 31.79%

 GREEN value IS 136 (53.52% from 255) = 27.36%

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

R = 31.79%
G = 27.36%
B = 40.85%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E88CB (or 0x9E88CB) is known color: Cold Purple. HEX triplet: 9E, 88 and CB. RGB value is (158,136,203). Sum of RGB (Red+Green+Blue) = 158+136+203=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88CB is #617734. Grayscale: #959595. Windows color (decimal): -6387509 or 13338782. OLE color: 13338782.

HSL color Cylindrical-coordinate representation of color #9E88CB: hue angle of 259.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E88CB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 136 203 -
CMYK 0.22 0.33 0 0.20
HSL 259.7º 0.39% 0.66% -
HSV(B) 259.7º 0.33% 0.8% -
XYZ 33.68 29.19 60.36 -
YUV 150.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 158 136 203 0.22 0.33 0 0.20 259.7 0.39 0.66
Hex 9E 88 CB 16 21 0 14 104 27 42
Octal 236 210 313 26 41 0 24 404 47 102
Binary 10011110 10001000 11001011 10110 100001 0 10100 100000100 100111 1000010

Color Harmonies of #9E88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E88CB

Black with #9E88CB

Text Example


Text Example

White with #9E88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,203); }

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

background-color css

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

 a { background-color: rgb(158,136,203); }

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

border-color css

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

 span { border-color: rgb(158,136,203); }

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