#996AD9

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

Shades of Medium Purple #996AD9

Tints of Medium Purple #996AD9

Color information

#996AD9 (or 0x996AD9) is unknown color: approx Medium Purple. HEX triplet: 99, 6A and D9. RGB value is (153,106,217). Sum of RGB (Red+Green+Blue) = 153+106+217=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #996AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD9 is #669526. Grayscale: #848484. Windows color (decimal): -6722855 or 14248601. OLE color: 14248601.

HSL color Cylindrical-coordinate representation of color #996AD9: hue angle of 265.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996AD9 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153106217-
CMYK0.290.5100.15
HSL265.41º59.36%63.33%-
HSV(B)265.41º51.15%85.1%-
XYZ30.8222.0968.29-
YUV132.71175.57142.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=32.14%
G=22.27%
B=45.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531062170.290.5100.15265.4159.3663.33
Hex996AD91D330F1093b3f
Octal23115233135630174117377
Binary100110011101010110110011110111001101111100001001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,217); }

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

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

 a { background-color: rgb(153,106,217); }

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

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

 span { border-color: rgb(153,106,217); }

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