#9E81C6

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

Shades of Cold Purple #9E81C6

Tints of Cold Purple #9E81C6

Color information

#9E81C6 (or 0x9E81C6) is unknown color: approx Cold Purple. HEX triplet: 9E, 81 and C6. RGB value is (158,129,198). Sum of RGB (Red+Green+Blue) = 158+129+198=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E81C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81C6 is #617E39. Grayscale: #919191. Windows color (decimal): -6389306 or 13009310. OLE color: 13009310.

HSL color Cylindrical-coordinate representation of color #9E81C6: hue angle of 265.22º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E81C6 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB158129198-
CMYK0.200.3500.22
HSL265.22º37.7%64.12%-
HSV(B)265.22º34.85%77.65%-
XYZ32.1427.0556.95-
YUV145.54157.61136.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=32.58%
G=26.60%
B=40.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581291980.200.3500.22265.2237.764.12
Hex9E81C614230161092640
Octal236201306244302641146100
Binary100111101000000111000110101001000110101101000010011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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