Html Css Color HEX #996EDE Medium Purple

📋 copy color: '#996EDE'

red 153 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #996EDE

Tints of Medium Purple #996EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 31.55%
G = 22.68%
B = 45.77%

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

#996EDE (or 0x996EDE) is known color: Medium Purple. HEX triplet: 99, 6E and DE. RGB value is (153,110,222). Sum of RGB (Red+Green+Blue) = 153+110+222=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #996EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDE is #669121. Grayscale: #878787. Windows color (decimal): -6721826 or 14577305. OLE color: 14577305.

HSL color Cylindrical-coordinate representation of color #996EDE: hue angle of 263.04º degrees, saturation: 0.63, 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 #996EDE is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 110 222 -
CMYK 0.31 0.50 0 0.13
HSL 263.04º 0.63% 0.65% -
HSV(B) 263.04º 0.5% 0.87% -
XYZ 31.9 23.2 71.9 -
YUV 135.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 153 110 222 0.31 0.50 0 0.13 263.04 0.63 0.65
Hex 99 6E DE 1F 32 0 D 107 3F 41
Octal 231 156 336 37 62 0 15 407 77 101
Binary 10011001 1101110 11011110 11111 110010 0 1101 100000111 111111 1000001

Color Harmonies of #996EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EDE

Black with #996EDE

Text Example


Text Example

White with #996EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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