Html Css Color HEX #9E7ECF Cold Purple

📋 copy color: '#9E7ECF'

red 158 ◦ green 126 ◦ blue 207

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

Shades of Cold Purple #9E7ECF

Tints of Cold Purple #9E7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.66%

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

R = 32.18%
G = 25.66%
B = 42.16%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E7ECF (or 0x9E7ECF) is known color: Cold Purple. HEX triplet: 9E, 7E and CF. RGB value is (158,126,207). Sum of RGB (Red+Green+Blue) = 158+126+207=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ECF is #618130. Grayscale: #909090. Windows color (decimal): -6390065 or 13598366. OLE color: 13598366.

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

Color convert

RGB 158 126 207 -
CMYK 0.24 0.39 0 0.19
HSL 263.7º 0.46% 0.65% -
HSV(B) 263.7º 0.39% 0.81% -
XYZ 32.82 26.7 62.45 -
YUV 144.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 158 126 207 0.24 0.39 0 0.19 263.7 0.46 0.65
Hex 9E 7E CF 18 27 0 13 108 2E 41
Octal 236 176 317 30 47 0 23 410 56 101
Binary 10011110 1111110 11001111 11000 100111 0 10011 100001000 101110 1000001

Color Harmonies of #9E7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7ECF

Black with #9E7ECF

Text Example


Text Example

White with #9E7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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