Html Css Color HEX #996DDC Medium Purple

📋 copy color: '#996DDC'

red 153 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #996DDC

Tints of Medium Purple #996DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 31.74%
G = 22.61%
B = 45.64%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#996DDC (or 0x996DDC) is known color: Medium Purple. HEX triplet: 99, 6D and DC. RGB value is (153,109,220). Sum of RGB (Red+Green+Blue) = 153+109+220=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #996DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DDC is #669223. Grayscale: #868686. Windows color (decimal): -6722084 or 14445977. OLE color: 14445977.

HSL color Cylindrical-coordinate representation of color #996DDC: hue angle of 263.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996DDC is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 109 220 -
CMYK 0.30 0.50 0 0.14
HSL 263.78º 0.61% 0.65% -
HSV(B) 263.78º 0.5% 0.86% -
XYZ 31.52 22.88 70.46 -
YUV 134.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 153 109 220 0.30 0.50 0 0.14 263.78 0.61 0.65
Hex 99 6D DC 1E 32 0 E 108 3D 41
Octal 231 155 334 36 62 0 16 410 75 101
Binary 10011001 1101101 11011100 11110 110010 0 1110 100001000 111101 1000001

Color Harmonies of #996DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DDC

Black with #996DDC

Text Example


Text Example

White with #996DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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