Html Css Color HEX #996EEA Medium Purple

📋 copy color: '#996EEA'

red 153 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #996EEA

Tints of Medium Purple #996EEA

RGB

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

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

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

R = 30.78%
G = 22.13%
B = 47.08%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#996EEA (or 0x996EEA) is known color: Medium Purple. HEX triplet: 99, 6E and EA. RGB value is (153,110,234). Sum of RGB (Red+Green+Blue) = 153+110+234=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #996EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EEA is #669115. Grayscale: #888888. Windows color (decimal): -6721814 or 15363737. OLE color: 15363737.

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

Color convert

RGB 153 110 234 -
CMYK 0.35 0.53 0 0.08
HSL 260.81º 0.75% 0.67% -
HSV(B) 260.81º 0.53% 0.92% -
XYZ 33.56 23.86 80.68 -
YUV 136.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 153 110 234 0.35 0.53 0 0.08 260.81 0.75 0.67
Hex 99 6E EA 23 35 0 8 105 4B 43
Octal 231 156 352 43 65 0 10 405 113 103
Binary 10011001 1101110 11101010 100011 110101 0 1000 100000101 1001011 1000011

Color Harmonies of #996EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EEA

Black with #996EEA

Text Example


Text Example

White with #996EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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