Html Css Color HEX #996DDD Medium Purple

📋 copy color: '#996DDD'

red 153 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #996DDD

Tints of Medium Purple #996DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 31.68%
G = 22.57%
B = 45.76%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#996DDD (or 0x996DDD) is known color: Medium Purple. HEX triplet: 99, 6D and DD. RGB value is (153,109,221). Sum of RGB (Red+Green+Blue) = 153+109+221=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #996DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DDD is #669222. Grayscale: #868686. Windows color (decimal): -6722083 or 14511513. OLE color: 14511513.

HSL color Cylindrical-coordinate representation of color #996DDD: hue angle of 263.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996DDD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 109 221 -
CMYK 0.31 0.51 0 0.13
HSL 263.57º 0.62% 0.65% -
HSV(B) 263.57º 0.51% 0.87% -
XYZ 31.66 22.93 71.16 -
YUV 134.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 153 109 221 0.31 0.51 0 0.13 263.57 0.62 0.65
Hex 99 6D DD 1F 33 0 D 108 3E 41
Octal 231 155 335 37 63 0 15 410 76 101
Binary 10011001 1101101 11011101 11111 110011 0 1101 100001000 111110 1000001

Color Harmonies of #996DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DDD

Black with #996DDD

Text Example


Text Example

White with #996DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,221); }

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

background-color css

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

 a { background-color: rgb(153,109,221); }

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

border-color css

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

 span { border-color: rgb(153,109,221); }

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