#9C80EE

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

Shades of Medium Purple #9C80EE

Tints of Medium Purple #9C80EE

Color information

#9C80EE (or 0x9C80EE) is unknown color: approx Medium Purple. HEX triplet: 9C, 80 and EE. RGB value is (156,128,238). Sum of RGB (Red+Green+Blue) = 156+128+238=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80EE is #637F11. Grayscale: #949494. Windows color (decimal): -6520594 or 15630492. OLE color: 15630492.

HSL color Cylindrical-coordinate representation of color #9C80EE: hue angle of 255.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C80EE is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156128238-
CMYK0.340.4600.07
HSL255.27º76.39%71.76%-
HSV(B)255.27º46.22%93.33%-
XYZ36.8628.6884.48-
YUV148.91178.28133.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 238 (93.36% from 255) = 45.59%
R=29.89%
G=24.52%
B=45.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561282380.340.4600.07255.2776.3971.76
Hex9C80EE222E07ff4c48
Octal234200356425607377114110
Binary10011100100000001110111010001010111001111111111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,238); }

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

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

 a { background-color: rgb(156,128,238); }

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

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

 span { border-color: rgb(156,128,238); }

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