Html Css Color HEX #9977EC Medium Purple

📋 copy color: '#9977EC'

red 153 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #9977EC

Tints of Medium Purple #9977EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.43%

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

R = 30.12%
G = 23.43%
B = 46.46%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9977EC (or 0x9977EC) is known color: Medium Purple. HEX triplet: 99, 77 and EC. RGB value is (153,119,236). Sum of RGB (Red+Green+Blue) = 153+119+236=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #9977EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977EC is #668813. Grayscale: #8E8E8E. Windows color (decimal): -6719508 or 15497113. OLE color: 15497113.

HSL color Cylindrical-coordinate representation of color #9977EC: hue angle of 257.44º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9977EC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 119 236 -
CMYK 0.35 0.50 0 0.07
HSL 257.44º 0.75% 0.7% -
HSV(B) 257.44º 0.5% 0.93% -
XYZ 34.87 26.02 82.54 -
YUV 142.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 153 119 236 0.35 0.50 0 0.07 257.44 0.75 0.7
Hex 99 77 EC 23 32 0 7 101 4B 46
Octal 231 167 354 43 62 0 7 401 113 106
Binary 10011001 1110111 11101100 100011 110010 0 111 100000001 1001011 1000110

Color Harmonies of #9977EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977EC

Black with #9977EC

Text Example


Text Example

White with #9977EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9977EC; }

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

 H1.HeaderClassName
 {
   color: #9977EC;
 }
 .AnyTagClassName
 {
   color: #9977EC;
 }
</style>

background-color css

<style>
 a { background-color: #9977EC; }

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

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

border-color css

<style>
 span { border-color: #9977EC; }

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

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