#9E81BE

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

Shades of Cold Purple #9E81BE

Tints of Cold Purple #9E81BE

Color information

#9E81BE (or 0x9E81BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 81 and BE. RGB value is (158,129,190). Sum of RGB (Red+Green+Blue) = 158+129+190=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81BE is #617E41. Grayscale: #909090. Windows color (decimal): -6389314 or 12485022. OLE color: 12485022.

HSL color Cylindrical-coordinate representation of color #9E81BE: hue angle of 268.52º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E81BE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158129190-
CMYK0.170.3200.25
HSL268.52º31.94%62.55%-
HSV(B)268.52º32.11%74.51%-
XYZ31.2526.6952.22-
YUV144.62153.61137.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=33.12%
G=27.04%
B=39.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581291900.170.3200.25268.5231.9462.55
Hex9E81BE112001910d203f
Octal23620127621400314154077
Binary10011110100000011011111010001100000011001100001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,190); }

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

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

 a { background-color: rgb(158,129,190); }

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

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

 span { border-color: rgb(158,129,190); }

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