#9E80CA

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

Shades of Cold Purple #9E80CA

Tints of Cold Purple #9E80CA

Color information

#9E80CA (or 0x9E80CA) is unknown color: approx Cold Purple. HEX triplet: 9E, 80 and CA. RGB value is (158,128,202). Sum of RGB (Red+Green+Blue) = 158+128+202=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80CA is #617F35. Grayscale: #919191. Windows color (decimal): -6389558 or 13271198. OLE color: 13271198.

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

Color convert

RGB158128202-
CMYK0.220.3700.21
HSL264.32º41.11%64.71%-
HSV(B)264.32º36.63%79.22%-
XYZ32.4826.9759.37-
YUV145.41159.94136.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=32.38%
G=26.23%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581282020.220.3700.21264.3241.1164.71
Hex9E80CA16250151082941
Octal236200312264502541051101
Binary100111101000000011001010101101001010101011000010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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