Html Css Color HEX #996AEC Medium Purple

📋 copy color: '#996AEC'

red 153 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #996AEC

Tints of Medium Purple #996AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 30.91%
G = 21.41%
B = 47.68%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#996AEC (or 0x996AEC) is known color: Medium Purple. HEX triplet: 99, 6A and EC. RGB value is (153,106,236). Sum of RGB (Red+Green+Blue) = 153+106+236=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #996AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AEC is #669513. Grayscale: #868686. Windows color (decimal): -6722836 or 15493785. OLE color: 15493785.

HSL color Cylindrical-coordinate representation of color #996AEC: hue angle of 261.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996AEC is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 106 236 -
CMYK 0.35 0.55 0 0.07
HSL 261.69º 0.77% 0.67% -
HSV(B) 261.69º 0.55% 0.93% -
XYZ 33.43 23.14 82.06 -
YUV 134.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 153 106 236 0.35 0.55 0 0.07 261.69 0.77 0.67
Hex 99 6A EC 23 37 0 7 106 4D 43
Octal 231 152 354 43 67 0 7 406 115 103
Binary 10011001 1101010 11101100 100011 110111 0 111 100000110 1001101 1000011

Color Harmonies of #996AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AEC

Black with #996AEC

Text Example


Text Example

White with #996AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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