Html Css Color HEX #996DEF Medium Purple

📋 copy color: '#996DEF'

red 153 ◦ green 109 ◦ blue 239

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

Shades of Medium Purple #996DEF

Tints of Medium Purple #996DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 30.54%
G = 21.76%
B = 47.7%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#996DEF (or 0x996DEF) is known color: Medium Purple. HEX triplet: 99, 6D and EF. RGB value is (153,109,239). Sum of RGB (Red+Green+Blue) = 153+109+239=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #996DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DEF is #669210. Grayscale: #888888. Windows color (decimal): -6722065 or 15691161. OLE color: 15691161.

HSL color Cylindrical-coordinate representation of color #996DEF: hue angle of 260.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996DEF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 109 239 -
CMYK 0.36 0.54 0 0.06
HSL 260.31º 0.8% 0.68% -
HSV(B) 260.31º 0.54% 0.94% -
XYZ 34.19 23.94 84.48 -
YUV 136.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 153 109 239 0.36 0.54 0 0.06 260.31 0.8 0.68
Hex 99 6D EF 24 36 0 6 104 50 44
Octal 231 155 357 44 66 0 6 404 120 104
Binary 10011001 1101101 11101111 100100 110110 0 110 100000100 1010000 1000100

Color Harmonies of #996DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DEF

Black with #996DEF

Text Example


Text Example

White with #996DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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