#996EDA

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

Shades of Medium Purple #996EDA

Tints of Medium Purple #996EDA

Color information

#996EDA (or 0x996EDA) is unknown color: approx Medium Purple. HEX triplet: 99, 6E and DA. RGB value is (153,110,218). Sum of RGB (Red+Green+Blue) = 153+110+218=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #996EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDA is #669125. Grayscale: #868686. Windows color (decimal): -6721830 or 14315161. OLE color: 14315161.

HSL color Cylindrical-coordinate representation of color #996EDA: hue angle of 263.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996EDA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153110218-
CMYK0.300.5000.15
HSL263.89º59.34%64.31%-
HSV(B)263.89º49.54%85.49%-
XYZ31.3722.9969.11-
YUV135.17174.75140.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=31.81%
G=22.87%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531102180.300.5000.15263.8959.3464.31
Hex996EDA1E320F1083b40
Octal231156332366201741073100
Binary1001100111011101101101011110110010011111000010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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