#9E8DC0

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

Shades of Cold Purple #9E8DC0

Tints of Cold Purple #9E8DC0

Color information

#9E8DC0 (or 0x9E8DC0) is unknown color: approx Cold Purple. HEX triplet: 9E, 8D and C0. RGB value is (158,141,192). Sum of RGB (Red+Green+Blue) = 158+141+192=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DC0 is #61723F. Grayscale: #979797. Windows color (decimal): -6386240 or 12619166. OLE color: 12619166.

HSL color Cylindrical-coordinate representation of color #9E8DC0: hue angle of 260º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E8DC0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158141192-
CMYK0.180.2700.25
HSL260º28.81%65.29%-
HSV(B)260º26.56%75.29%-
XYZ33.1430.1253.94-
YUV151.9150.63132.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=32.18%
G=28.72%
B=39.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581411920.180.2700.2526028.8165.29
Hex9E8DC0121B0191041d41
Octal236215300223303140435101
Binary1001111010001101110000001001011011011001100000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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