Html Css Color HEX #996FDE Medium Purple

📋 copy color: '#996FDE'

red 153 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #996FDE

Tints of Medium Purple #996FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

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

R = 31.48%
G = 22.84%
B = 45.68%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#996FDE (or 0x996FDE) is known color: Medium Purple. HEX triplet: 99, 6F and DE. RGB value is (153,111,222). Sum of RGB (Red+Green+Blue) = 153+111+222=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #996FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FDE is #669021. Grayscale: #878787. Windows color (decimal): -6721570 or 14577561. OLE color: 14577561.

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

Color convert

RGB 153 111 222 -
CMYK 0.31 0.5 0 0.13
HSL 262.7º 0.63% 0.65% -
HSV(B) 262.7º 0.5% 0.87% -
XYZ 32.01 23.42 71.94 -
YUV 136.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 153 111 222 0.31 0.5 0 0.13 262.7 0.63 0.65
Hex 99 6F DE 1F 32 0 D 107 3F 41
Octal 231 157 336 37 62 0 15 407 77 101
Binary 10011001 1101111 11011110 11111 110010 0 1101 100000111 111111 1000001

Color Harmonies of #996FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FDE

Black with #996FDE

Text Example


Text Example

White with #996FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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