Html Css Color HEX #996AE0 Medium Purple

📋 copy color: '#996AE0'

red 153 ◦ green 106 ◦ blue 224

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

Shades of Medium Purple #996AE0

Tints of Medium Purple #996AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 31.68%
G = 21.95%
B = 46.38%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#996AE0 (or 0x996AE0) is known color: Medium Purple. HEX triplet: 99, 6A and E0. RGB value is (153,106,224). Sum of RGB (Red+Green+Blue) = 153+106+224=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #996AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AE0 is #66951F. Grayscale: #858585. Windows color (decimal): -6722848 or 14707353. OLE color: 14707353.

HSL color Cylindrical-coordinate representation of color #996AE0: hue angle of 263.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996AE0 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 106 224 -
CMYK 0.32 0.53 0 0.12
HSL 263.9º 0.66% 0.65% -
HSV(B) 263.9º 0.53% 0.88% -
XYZ 31.75 22.46 73.18 -
YUV 133.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 153 106 224 0.32 0.53 0 0.12 263.9 0.66 0.65
Hex 99 6A E0 20 35 0 C 108 42 41
Octal 231 152 340 40 65 0 14 410 102 101
Binary 10011001 1101010 11100000 100000 110101 0 1100 100001000 1000010 1000001

Color Harmonies of #996AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AE0

Black with #996AE0

Text Example


Text Example

White with #996AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,224); }

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

background-color css

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

 a { background-color: rgb(153,106,224); }

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

border-color css

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

 span { border-color: rgb(153,106,224); }

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