Html Css Color HEX #9E7ECD Cold Purple

📋 copy color: '#9E7ECD'

red 158 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #9E7ECD

Tints of Cold Purple #9E7ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 32.31%
G = 25.77%
B = 41.92%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E7ECD (or 0x9E7ECD) is known color: Cold Purple. HEX triplet: 9E, 7E and CD. RGB value is (158,126,205). Sum of RGB (Red+Green+Blue) = 158+126+205=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E7ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ECD is #618132. Grayscale: #909090. Windows color (decimal): -6390067 or 13467294. OLE color: 13467294.

HSL color Cylindrical-coordinate representation of color #9E7ECD: hue angle of 264.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7ECD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 126 205 -
CMYK 0.23 0.39 0 0.20
HSL 264.3º 0.44% 0.65% -
HSV(B) 264.3º 0.39% 0.8% -
XYZ 32.58 26.6 61.17 -
YUV 144.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 158 126 205 0.23 0.39 0 0.20 264.3 0.44 0.65
Hex 9E 7E CD 17 27 0 14 108 2C 41
Octal 236 176 315 27 47 0 24 410 54 101
Binary 10011110 1111110 11001101 10111 100111 0 10100 100001000 101100 1000001

Color Harmonies of #9E7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7ECD

Black with #9E7ECD

Text Example


Text Example

White with #9E7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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