#9E8ACD

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

Shades of Cold Purple #9E8ACD

Tints of Cold Purple #9E8ACD

Color information

#9E8ACD (or 0x9E8ACD) is unknown color: approx Cold Purple. HEX triplet: 9E, 8A and CD. RGB value is (158,138,205). Sum of RGB (Red+Green+Blue) = 158+138+205=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ACD is #617532. Grayscale: #979797. Windows color (decimal): -6386995 or 13470366. OLE color: 13470366.

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

Color convert

RGB158138205-
CMYK0.230.3300.20
HSL257.91º40.12%67.25%-
HSV(B)257.91º32.68%80.39%-
XYZ34.2129.8561.72-
YUV151.62158.13132.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=31.54%
G=27.54%
B=40.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581382050.230.3300.20257.9140.1267.25
Hex9E8ACD17210141022843
Octal236212315274102440250103
Binary100111101000101011001101101111000010101001000000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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