#9E8BCA

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

Shades of Cold Purple #9E8BCA

Tints of Cold Purple #9E8BCA

Color information

#9E8BCA (or 0x9E8BCA) is unknown color: approx Cold Purple. HEX triplet: 9E, 8B and CA. RGB value is (158,139,202). Sum of RGB (Red+Green+Blue) = 158+139+202=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8BCA is #617435. Grayscale: #979797. Windows color (decimal): -6386742 or 13274014. OLE color: 13274014.

HSL color Cylindrical-coordinate representation of color #9E8BCA: hue angle of 258.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E8BCA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158139202-
CMYK0.220.3100.21
HSL258.1º37.28%66.86%-
HSV(B)258.1º31.19%79.22%-
XYZ33.993059.88-
YUV151.86156.29132.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=31.66%
G=27.86%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581392020.220.3100.21258.137.2866.86
Hex9E8BCA161F0151022543
Octal236213312263702540245103
Binary10011110100010111100101010110111110101011000000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,202); }

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

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

 a { background-color: rgb(158,139,202); }

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

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

 span { border-color: rgb(158,139,202); }

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