#9E80C1

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

Shades of Cold Purple #9E80C1

Tints of Cold Purple #9E80C1

Color information

#9E80C1 (or 0x9E80C1) is unknown color: approx Cold Purple. HEX triplet: 9E, 80 and C1. RGB value is (158,128,193). Sum of RGB (Red+Green+Blue) = 158+128+193=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E80C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80C1 is #617F3E. Grayscale: #909090. Windows color (decimal): -6389567 or 12681374. OLE color: 12681374.

HSL color Cylindrical-coordinate representation of color #9E80C1: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E80C1 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158128193-
CMYK0.180.3400.24
HSL267.69º34.39%62.94%-
HSV(B)267.69º33.68%75.69%-
XYZ31.4526.5653.92-
YUV144.38155.44137.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=32.99%
G=26.72%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581281930.180.3400.24267.6934.3962.94
Hex9E80C1122201810c223f
Octal23620030122420304144277
Binary10011110100000001100000110010100010011000100001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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