Html Css Color HEX #996AEA Medium Purple

📋 copy color: '#996AEA'

red 153 ◦ green 106 ◦ blue 234

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

Shades of Medium Purple #996AEA

Tints of Medium Purple #996AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 31.03%
G = 21.5%
B = 47.46%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#996AEA (or 0x996AEA) is known color: Medium Purple. HEX triplet: 99, 6A and EA. RGB value is (153,106,234). Sum of RGB (Red+Green+Blue) = 153+106+234=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #996AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AEA is #669515. Grayscale: #868686. Windows color (decimal): -6722838 or 15362713. OLE color: 15362713.

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

Color convert

RGB 153 106 234 -
CMYK 0.35 0.55 0 0.08
HSL 262.03º 0.75% 0.67% -
HSV(B) 262.03º 0.55% 0.92% -
XYZ 33.14 23.02 80.54 -
YUV 134.65 184.07 141.09 -
System Red Green Blue C M Y K H S L
Decimal 153 106 234 0.35 0.55 0 0.08 262.03 0.75 0.67
Hex 99 6A EA 23 37 0 8 106 4B 43
Octal 231 152 352 43 67 0 10 406 113 103
Binary 10011001 1101010 11101010 100011 110111 0 1000 100000110 1001011 1000011

Color Harmonies of #996AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AEA

Black with #996AEA

Text Example


Text Example

White with #996AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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