#9576EF

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

Shades of Medium Purple #9576EF

Tints of Medium Purple #9576EF

Color information

#9576EF (or 0x9576EF) is unknown color: approx Medium Purple. HEX triplet: 95, 76 and EF. RGB value is (149,118,239). Sum of RGB (Red+Green+Blue) = 149+118+239=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #9576EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9576EF is #6A8910. Grayscale: #8C8C8C. Windows color (decimal): -6981905 or 15693461. OLE color: 15693461.

HSL color Cylindrical-coordinate representation of color #9576EF: hue angle of 255.37º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9576EF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149118239-
CMYK0.380.5100.06
HSL255.37º79.08%70%-
HSV(B)255.37º50.63%93.73%-
XYZ34.4525.5884.78-
YUV141.06183.27133.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 239 (93.75% from 255) = 47.23%
R=29.45%
G=23.32%
B=47.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491182390.380.5100.06255.3779.0870
Hex9576EF263306ff4f46
Octal225166357466306377117106
Binary1001010111101101110111110011011001101101111111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9576EF; }

 p { color: rgb(149,118,239); }

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

<style>
 a { background-color: #9576EF; }

 a { background-color: rgb(149,118,239); }

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

<style>
 span { border-color: #9576EF; }

 span { border-color: rgb(149,118,239); }

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