#9E80CD

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

Shades of Cold Purple #9E80CD

Tints of Cold Purple #9E80CD

Color information

#9E80CD (or 0x9E80CD) is unknown color: approx Cold Purple. HEX triplet: 9E, 80 and CD. RGB value is (158,128,205). Sum of RGB (Red+Green+Blue) = 158+128+205=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80CD is #617F32. Grayscale: #919191. Windows color (decimal): -6389555 or 13467806. OLE color: 13467806.

HSL color Cylindrical-coordinate representation of color #9E80CD: hue angle of 263.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E80CD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158128205-
CMYK0.230.3800.20
HSL263.38º43.5%65.29%-
HSV(B)263.38º37.56%80.39%-
XYZ32.8427.1261.26-
YUV145.75161.44136.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=32.18%
G=26.07%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581282050.230.3800.20263.3843.565.29
Hex9E80CD17260141072c41
Octal236200315274602440754101
Binary100111101000000011001101101111001100101001000001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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