Html Css Color HEX #996EE8 Medium Purple

📋 copy color: '#996EE8'

red 153 ◦ green 110 ◦ blue 232

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

Shades of Medium Purple #996EE8

Tints of Medium Purple #996EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.87%

R = 30.91%
G = 22.22%
B = 46.87%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#996EE8 (or 0x996EE8) is known color: Medium Purple. HEX triplet: 99, 6E and E8. RGB value is (153,110,232). Sum of RGB (Red+Green+Blue) = 153+110+232=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #996EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EE8 is #669117. Grayscale: #888888. Windows color (decimal): -6721816 or 15232665. OLE color: 15232665.

HSL color Cylindrical-coordinate representation of color #996EE8: hue angle of 261.15º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996EE8 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 110 232 -
CMYK 0.34 0.53 0 0.09
HSL 261.15º 0.73% 0.67% -
HSV(B) 261.15º 0.53% 0.91% -
XYZ 33.28 23.75 79.17 -
YUV 136.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 153 110 232 0.34 0.53 0 0.09 261.15 0.73 0.67
Hex 99 6E E8 22 35 0 9 105 49 43
Octal 231 156 350 42 65 0 11 405 111 103
Binary 10011001 1101110 11101000 100010 110101 0 1001 100000101 1001001 1000011

Color Harmonies of #996EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EE8

Black with #996EE8

Text Example


Text Example

White with #996EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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