#9676ec

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

Shades of Medium Purple #9676EC

Tints of Medium Purple #9676EC

Color information

#9676EC (or 0x9676EC) is unknown color: approx Medium Purple. HEX triplet: 96, 76 and EC. RGB value is (150,118,236). Sum of RGB (Red+Green+Blue) = 150+118+236=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #9676EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9676EC is #698913. Grayscale: #8C8C8C. Windows color (decimal): -6916372 or 15496854. OLE color: 15496854.

HSL color Cylindrical-coordinate representation of color #9676EC: hue angle of 256.27º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9676EC is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150118236-
CMYK0.360.500.07
HSL256.27º75.64%69.41%-
HSV(B)256.27º50%92.55%-
XYZ34.225.582.48-
YUV141.02181.6134.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=29.76%
G=23.41%
B=46.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501182360.360.500.07256.2775.6469.41
Hex9676EC2432071004c45
Octal226166354446207400114105
Binary10010110111011011101100100100110010011110000000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9676ec; }

 p { color: rgb(150,118,236); }

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

<style>
 a { background-color: #9676ec; }

 a { background-color: rgb(150,118,236); }

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

<style>
 span { border-color: #9676ec; }

 span { border-color: rgb(150,118,236); }

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