Html Css Color HEX #996DDF Medium Purple

📋 copy color: '#996DDF'

red 153 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #996DDF

Tints of Medium Purple #996DDF

RGB

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

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

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

R = 31.55%
G = 22.47%
B = 45.98%

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

#996DDF (or 0x996DDF) is known color: Medium Purple. HEX triplet: 99, 6D and DF. RGB value is (153,109,223). Sum of RGB (Red+Green+Blue) = 153+109+223=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #996DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DDF is #669220. Grayscale: #868686. Windows color (decimal): -6722081 or 14642585. OLE color: 14642585.

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

Color convert

RGB 153 109 223 -
CMYK 0.31 0.51 0 0.13
HSL 263.16º 0.64% 0.65% -
HSV(B) 263.16º 0.51% 0.87% -
XYZ 31.92 23.04 72.58 -
YUV 135.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 153 109 223 0.31 0.51 0 0.13 263.16 0.64 0.65
Hex 99 6D DF 1F 33 0 D 107 40 41
Octal 231 155 337 37 63 0 15 407 100 101
Binary 10011001 1101101 11011111 11111 110011 0 1101 100000111 1000000 1000001

Color Harmonies of #996DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DDF

Black with #996DDF

Text Example


Text Example

White with #996DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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