#9566EA

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

Shades of Medium Purple #9566EA

Tints of Medium Purple #9566EA

Color information

#9566EA (or 0x9566EA) is unknown color: approx Medium Purple. HEX triplet: 95, 66 and EA. RGB value is (149,102,234). Sum of RGB (Red+Green+Blue) = 149+102+234=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9566EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9566EA is #6A9915. Grayscale: #828282. Windows color (decimal): -6986006 or 15361685. OLE color: 15361685.

HSL color Cylindrical-coordinate representation of color #9566EA: hue angle of 261.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9566EA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149102234-
CMYK0.360.5600.08
HSL261.36º75.86%65.88%-
HSV(B)261.36º56.41%91.76%-
XYZ3221.8380.37-
YUV131.1186.07140.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=30.72%
G=21.03%
B=48.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491022340.360.5600.08261.3675.8665.88
Hex9566EA2438081054c42
Octal2251463524470010405114102
Binary100101011100110111010101001001110000100010000010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9566EA; }

 p { color: rgb(149,102,234); }

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

<style>
 a { background-color: #9566EA; }

 a { background-color: rgb(149,102,234); }

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

<style>
 span { border-color: #9566EA; }

 span { border-color: rgb(149,102,234); }

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