Html Css Color HEX #996AD9 Medium Purple

📋 copy color: '#996AD9'

red 153 ◦ green 106 ◦ blue 217

#996AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #996AD9

Tints of Medium Purple #996AD9

RGB

 RED value IS 153 (60.16% from 255) = 32.14%

 GREEN value IS 106 (41.8% 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 value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#996AD9 (or 0x996AD9) is known color: 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

RGB 153 106 217 -
CMYK 0.29 0.51 0 0.15
HSL 265.41º 0.59% 0.63% -
HSV(B) 265.41º 0.51% 0.85% -
XYZ 30.82 22.09 68.29 -
YUV 132.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 153 106 217 0.29 0.51 0 0.15 265.41 0.59 0.63
Hex 99 6A D9 1D 33 0 F 109 3B 3F
Octal 231 152 331 35 63 0 17 411 73 77
Binary 10011001 1101010 11011001 11101 110011 0 1111 100001001 111011 111111

Color Harmonies of #996AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AD9

Black with #996AD9

Text Example


Text Example

White with #996AD9

Text Example


Text Example

HTML Codes & Css Web 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>