Html Css Color HEX #9E87CC Cold Purple

📋 copy color: '#9E87CC'

red 158 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #9E87CC

Tints of Cold Purple #9E87CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.16%

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

R = 31.79%
G = 27.16%
B = 41.05%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E87CC (or 0x9E87CC) is known color: Cold Purple. HEX triplet: 9E, 87 and CC. RGB value is (158,135,204). Sum of RGB (Red+Green+Blue) = 158+135+204=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87CC is #617833. Grayscale: #959595. Windows color (decimal): -6387764 or 13404062. OLE color: 13404062.

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

Color convert

RGB 158 135 204 -
CMYK 0.23 0.34 0 0.2
HSL 260º 0.4% 0.66% -
HSV(B) 260º 0.34% 0.8% -
XYZ 33.66 28.96 60.94 -
YUV 149.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 158 135 204 0.23 0.34 0 0.2 260 0.4 0.66
Hex 9E 87 CC 17 22 0 14 104 28 42
Octal 236 207 314 27 42 0 24 404 50 102
Binary 10011110 10000111 11001100 10111 100010 0 10100 100000100 101000 1000010

Color Harmonies of #9E87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E87CC

Black with #9E87CC

Text Example


Text Example

White with #9E87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,135,204); }

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

background-color css

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

 a { background-color: rgb(158,135,204); }

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

border-color css

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

 span { border-color: rgb(158,135,204); }

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