#9E7ECF

Color #9E7ECF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9E7ECF

Tints of Cold Purple #9E7ECF

Color information

#9E7ECF (or 0x9E7ECF) is unknown color: approx 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

RGB158126207-
CMYK0.240.3900.19
HSL263.7º45.76%65.29%-
HSV(B)263.7º39.13%81.18%-
XYZ32.8226.762.45-
YUV144.8163.1137.41-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581262070.240.3900.19263.745.7665.29
Hex9E7ECF18270131082e41
Octal236176317304702341056101
Binary10011110111111011001111110001001110100111000010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>