#9966E4

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

Shades of Medium Purple #9966E4

Tints of Medium Purple #9966E4

Color information

#9966E4 (or 0x9966E4) is unknown color: approx Medium Purple. HEX triplet: 99, 66 and E4. RGB value is (153,102,228). Sum of RGB (Red+Green+Blue) = 153+102+228=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #9966E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9966E4 is #66991B. Grayscale: #838383. Windows color (decimal): -6723868 or 14968473. OLE color: 14968473.

HSL color Cylindrical-coordinate representation of color #9966E4: hue angle of 264.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9966E4 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153102228-
CMYK0.330.5500.11
HSL264.29º70%64.71%-
HSV(B)264.29º55.26%89.41%-
XYZ31.8921.8875.94-
YUV131.61182.4143.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=31.68%
G=21.12%
B=47.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531022280.330.5500.11264.297064.71
Hex9966E421370B1084641
Octal2311463444167013410106101
Binary100110011100110111001001000011101110101110000100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9966E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9966E4; }

 p { color: rgb(153,102,228); }

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

<style>
 a { background-color: #9966E4; }

 a { background-color: rgb(153,102,228); }

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

<style>
 span { border-color: #9966E4; }

 span { border-color: rgb(153,102,228); }

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