#996EED

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

Shades of Medium Purple #996EED

Tints of Medium Purple #996EED

Color information

#996EED (or 0x996EED) is unknown color: approx Medium Purple. HEX triplet: 99, 6E and ED. RGB value is (153,110,237). Sum of RGB (Red+Green+Blue) = 153+110+237=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #996EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EED is #669112. Grayscale: #888888. Windows color (decimal): -6721811 or 15560345. OLE color: 15560345.

HSL color Cylindrical-coordinate representation of color #996EED: hue angle of 260.31º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996EED is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153110237-
CMYK0.350.5400.07
HSL260.31º77.91%68.04%-
HSV(B)260.31º53.59%92.94%-
XYZ3424.0482.97-
YUV137.33184.25139.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 110 (43.36% from 255) = 22%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=30.6%
G=22%
B=47.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531102370.350.5400.07260.3177.9168.04
Hex996EED2336071044e44
Octal231156355436607404116104
Binary10011001110111011101101100011110110011110000010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996EED; }

 p { color: rgb(153,110,237); }

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

<style>
 a { background-color: #996EED; }

 a { background-color: rgb(153,110,237); }

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

<style>
 span { border-color: #996EED; }

 span { border-color: rgb(153,110,237); }

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