#9E8AD0

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

Shades of Cold Purple #9E8AD0

Tints of Cold Purple #9E8AD0

Color information

#9E8AD0 (or 0x9E8AD0) is unknown color: approx Cold Purple. HEX triplet: 9E, 8A and D0. RGB value is (158,138,208). Sum of RGB (Red+Green+Blue) = 158+138+208=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AD0 is #61752F. Grayscale: #979797. Windows color (decimal): -6386992 or 13666974. OLE color: 13666974.

HSL color Cylindrical-coordinate representation of color #9E8AD0: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E8AD0 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158138208-
CMYK0.240.3400.18
HSL257.14º42.68%67.84%-
HSV(B)257.14º33.65%81.57%-
XYZ34.573063.64-
YUV151.96159.63132.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=31.35%
G=27.38%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581382080.240.3400.18257.1442.6867.84
Hex9E8AD018220121012b44
Octal236212320304202240153104
Binary100111101000101011010000110001000100100101000000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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