Html Css Color HEX #9E88BE Cold Purple

📋 copy color: '#9E88BE'

red 158 ◦ green 136 ◦ blue 190

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

Shades of Cold Purple #9E88BE

Tints of Cold Purple #9E88BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 32.64%
G = 28.1%
B = 39.26%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E88BE (or 0x9E88BE) is known color: Cold Purple. HEX triplet: 9E, 88 and BE. RGB value is (158,136,190). Sum of RGB (Red+Green+Blue) = 158+136+190=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88BE is #617741. Grayscale: #949494. Windows color (decimal): -6387522 or 12486814. OLE color: 12486814.

HSL color Cylindrical-coordinate representation of color #9E88BE: hue angle of 264.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E88BE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 136 190 -
CMYK 0.17 0.28 0 0.25
HSL 264.44º 0.29% 0.64% -
HSV(B) 264.44º 0.28% 0.75% -
XYZ 32.2 28.6 52.54 -
YUV 148.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 158 136 190 0.17 0.28 0 0.25 264.44 0.29 0.64
Hex 9E 88 BE 11 1C 0 19 108 1D 40
Octal 236 210 276 21 34 0 31 410 35 100
Binary 10011110 10001000 10111110 10001 11100 0 11001 100001000 11101 1000000

Color Harmonies of #9E88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E88BE

Black with #9E88BE

Text Example


Text Example

White with #9E88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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