#9E8DCF

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

Shades of Cold Purple #9E8DCF

Tints of Cold Purple #9E8DCF

Color information

#9E8DCF (or 0x9E8DCF) is unknown color: approx Cold Purple. HEX triplet: 9E, 8D and CF. RGB value is (158,141,207). Sum of RGB (Red+Green+Blue) = 158+141+207=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DCF is #617230. Grayscale: #999999. Windows color (decimal): -6386225 or 13602206. OLE color: 13602206.

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

Color convert

RGB158141207-
CMYK0.240.3200.19
HSL255.45º40.74%68.24%-
HSV(B)255.45º31.88%81.18%-
XYZ34.8930.8263.14-
YUV153.61158.13131.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=31.23%
G=27.87%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581412070.240.3200.19255.4540.7468.24
Hex9E8DCF1820013ff2944
Octal236215317304002337751104
Binary10011110100011011100111111000100000010011111111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8DCF;
 }
 .AnyTagClassName
 {
   color: #9E8DCF;
 }
</style>
background-color css

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

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

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

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

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

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