Html Css Color HEX #996AD7 Medium Purple

📋 copy color: '#996AD7'

red 153 ◦ green 106 ◦ blue 215

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

Shades of Medium Purple #996AD7

Tints of Medium Purple #996AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 32.28%
G = 22.36%
B = 45.36%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#996AD7 (or 0x996AD7) is known color: Medium Purple. HEX triplet: 99, 6A and D7. RGB value is (153,106,215). Sum of RGB (Red+Green+Blue) = 153+106+215=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #996AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AD7 is #669528. Grayscale: #848484. Windows color (decimal): -6722857 or 14117529. OLE color: 14117529.

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

Color convert

RGB 153 106 215 -
CMYK 0.29 0.51 0 0.16
HSL 265.87º 0.58% 0.63% -
HSV(B) 265.87º 0.51% 0.84% -
XYZ 30.56 21.99 66.92 -
YUV 132.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 153 106 215 0.29 0.51 0 0.16 265.87 0.58 0.63
Hex 99 6A D7 1D 33 0 10 10A 3A 3F
Octal 231 152 327 35 63 0 20 412 72 77
Binary 10011001 1101010 11010111 11101 110011 0 10000 100001010 111010 111111

Color Harmonies of #996AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AD7

Black with #996AD7

Text Example


Text Example

White with #996AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #996AD7;
 }
 .AnyTagClassName
 {
   color: #996AD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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