#9E8DCD

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

Shades of Cold Purple #9E8DCD

Tints of Cold Purple #9E8DCD

Color information

#9E8DCD (or 0x9E8DCD) is unknown color: approx Cold Purple. HEX triplet: 9E, 8D and CD. RGB value is (158,141,205). Sum of RGB (Red+Green+Blue) = 158+141+205=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DCD is #617232. Grayscale: #999999. Windows color (decimal): -6386227 or 13471134. OLE color: 13471134.

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

Color convert

RGB158141205-
CMYK0.230.3100.20
HSL255.94º39.02%67.84%-
HSV(B)255.94º31.22%80.39%-
XYZ34.6430.7361.86-
YUV153.38157.13131.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=31.35%
G=27.98%
B=40.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581412050.230.3100.20255.9439.0267.84
Hex9E8DCD171F0141002744
Octal236215315273702440047104
Binary10011110100011011100110110111111110101001000000001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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