Html Css Color HEX #996EDF Medium Purple

📋 copy color: '#996EDF'

red 153 ◦ green 110 ◦ blue 223

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

Shades of Medium Purple #996EDF

Tints of Medium Purple #996EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 31.48%
G = 22.63%
B = 45.88%

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

#996EDF (or 0x996EDF) is known color: Medium Purple. HEX triplet: 99, 6E and DF. RGB value is (153,110,223). Sum of RGB (Red+Green+Blue) = 153+110+223=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #996EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EDF is #669120. Grayscale: #878787. Windows color (decimal): -6721825 or 14642841. OLE color: 14642841.

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

Color convert

RGB 153 110 223 -
CMYK 0.31 0.51 0 0.13
HSL 262.83º 0.64% 0.65% -
HSV(B) 262.83º 0.51% 0.87% -
XYZ 32.03 23.25 72.61 -
YUV 135.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 153 110 223 0.31 0.51 0 0.13 262.83 0.64 0.65
Hex 99 6E DF 1F 33 0 D 107 40 41
Octal 231 156 337 37 63 0 15 407 100 101
Binary 10011001 1101110 11011111 11111 110011 0 1101 100000111 1000000 1000001

Color Harmonies of #996EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EDF

Black with #996EDF

Text Example


Text Example

White with #996EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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