Html Css Color HEX #996EDD Medium Purple

📋 copy color: '#996EDD'

red 153 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #996EDD

Tints of Medium Purple #996EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

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

R = 31.61%
G = 22.73%
B = 45.66%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#996EDD (or 0x996EDD) is known color: Medium Purple. HEX triplet: 99, 6E and DD. RGB value is (153,110,221). Sum of RGB (Red+Green+Blue) = 153+110+221=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #996EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDD is #669122. Grayscale: #878787. Windows color (decimal): -6721827 or 14511769. OLE color: 14511769.

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

Color convert

RGB 153 110 221 -
CMYK 0.31 0.50 0 0.13
HSL 263.24º 0.62% 0.65% -
HSV(B) 263.24º 0.5% 0.87% -
XYZ 31.76 23.14 71.2 -
YUV 135.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 153 110 221 0.31 0.50 0 0.13 263.24 0.62 0.65
Hex 99 6E DD 1F 32 0 D 107 3E 41
Octal 231 156 335 37 62 0 15 407 76 101
Binary 10011001 1101110 11011101 11111 110010 0 1101 100000111 111110 1000001

Color Harmonies of #996EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EDD

Black with #996EDD

Text Example


Text Example

White with #996EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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