Html Css Color HEX #9E87CF Cold Purple

📋 copy color: '#9E87CF'

red 158 ◦ green 135 ◦ blue 207

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

Shades of Cold Purple #9E87CF

Tints of Cold Purple #9E87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 31.6%
G = 27%
B = 41.4%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E87CF (or 0x9E87CF) is known color: Cold Purple. HEX triplet: 9E, 87 and CF. RGB value is (158,135,207). Sum of RGB (Red+Green+Blue) = 158+135+207=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87CF is #617830. Grayscale: #959595. Windows color (decimal): -6387761 or 13600670. OLE color: 13600670.

HSL color Cylindrical-coordinate representation of color #9E87CF: hue angle of 259.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E87CF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 135 207 -
CMYK 0.24 0.35 0 0.19
HSL 259.17º 0.43% 0.67% -
HSV(B) 259.17º 0.35% 0.81% -
XYZ 34.03 29.1 62.86 -
YUV 150.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 158 135 207 0.24 0.35 0 0.19 259.17 0.43 0.67
Hex 9E 87 CF 18 23 0 13 103 2B 43
Octal 236 207 317 30 43 0 23 403 53 103
Binary 10011110 10000111 11001111 11000 100011 0 10011 100000011 101011 1000011

Color Harmonies of #9E87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E87CF

Black with #9E87CF

Text Example


Text Example

White with #9E87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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