Html Css Color HEX #9E8ECF Cold Purple

📋 copy color: '#9E8ECF'

red 158 ◦ green 142 ◦ blue 207

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

Shades of Cold Purple #9E8ECF

Tints of Cold Purple #9E8ECF

RGB

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

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

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

R = 31.16%
G = 28.01%
B = 40.83%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E8ECF (or 0x9E8ECF) is known color: Cold Purple. HEX triplet: 9E, 8E and CF. RGB value is (158,142,207). Sum of RGB (Red+Green+Blue) = 158+142+207=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ECF is #617130. Grayscale: #999999. Windows color (decimal): -6385969 or 13602462. OLE color: 13602462.

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

Color convert

RGB 158 142 207 -
CMYK 0.24 0.31 0 0.19
HSL 254.77º 0.4% 0.68% -
HSV(B) 254.77º 0.31% 0.81% -
XYZ 35.04 31.12 63.19 -
YUV 154.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 158 142 207 0.24 0.31 0 0.19 254.77 0.4 0.68
Hex 9E 8E CF 18 1F 0 13 FF 28 44
Octal 236 216 317 30 37 0 23 377 50 104
Binary 10011110 10001110 11001111 11000 11111 0 10011 11111111 101000 1000100

Color Harmonies of #9E8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8ECF

Black with #9E8ECF

Text Example


Text Example

White with #9E8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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