#9C76ED

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

Shades of Medium Purple #9C76ED

Tints of Medium Purple #9C76ED

Color information

#9C76ED (or 0x9C76ED) is unknown color: approx Medium Purple. HEX triplet: 9C, 76 and ED. RGB value is (156,118,237). Sum of RGB (Red+Green+Blue) = 156+118+237=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C76ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C76ED is #638912. Grayscale: #8E8E8E. Windows color (decimal): -6523155 or 15562396. OLE color: 15562396.

HSL color Cylindrical-coordinate representation of color #9C76ED: hue angle of 259.16º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C76ED is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156118237-
CMYK0.340.5000.07
HSL259.16º76.77%69.61%-
HSV(B)259.16º50.21%92.94%-
XYZ35.4726.1483.3-
YUV142.93181.09137.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=30.53%
G=23.09%
B=46.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561182370.340.5000.07259.1676.7769.61
Hex9C76ED2232071034d46
Octal234166355426207403115106
Binary10011100111011011101101100010110010011110000001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,237); }

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

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

 a { background-color: rgb(156,118,237); }

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

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

 span { border-color: rgb(156,118,237); }

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