#9E8AD5

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

Shades of Cold Purple #9E8AD5

Tints of Cold Purple #9E8AD5

Color information

#9E8AD5 (or 0x9E8AD5) is unknown color: approx Cold Purple. HEX triplet: 9E, 8A and D5. RGB value is (158,138,213). Sum of RGB (Red+Green+Blue) = 158+138+213=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AD5 is #61752A. Grayscale: #989898. Windows color (decimal): -6386987 or 13994654. OLE color: 13994654.

HSL color Cylindrical-coordinate representation of color #9E8AD5: hue angle of 256º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8AD5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158138213-
CMYK0.260.3500.16
HSL256º47.17%68.82%-
HSV(B)256º35.21%83.53%-
XYZ35.230.2566.93-
YUV152.53162.13131.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=31.04%
G=27.11%
B=41.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581382130.260.3500.1625647.1768.82
Hex9E8AD51A230101002f45
Octal236212325324302040057105
Binary100111101000101011010101110101000110100001000000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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