Html Css Color HEX #9977DB Medium Purple

📋 copy color: '#9977DB'

red 153 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #9977DB

Tints of Medium Purple #9977DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 31.16%
G = 24.24%
B = 44.6%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9977DB (or 0x9977DB) is known color: Medium Purple. HEX triplet: 99, 77 and DB. RGB value is (153,119,219). Sum of RGB (Red+Green+Blue) = 153+119+219=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #9977DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977DB is #668824. Grayscale: #8C8C8C. Windows color (decimal): -6719525 or 14383001. OLE color: 14383001.

HSL color Cylindrical-coordinate representation of color #9977DB: hue angle of 260.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9977DB is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 119 219 -
CMYK 0.30 0.46 0 0.14
HSL 260.4º 0.58% 0.66% -
HSV(B) 260.4º 0.46% 0.86% -
XYZ 32.52 25.08 70.14 -
YUV 140.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 153 119 219 0.30 0.46 0 0.14 260.4 0.58 0.66
Hex 99 77 DB 1E 2E 0 E 104 3A 42
Octal 231 167 333 36 56 0 16 404 72 102
Binary 10011001 1110111 11011011 11110 101110 0 1110 100000100 111010 1000010

Color Harmonies of #9977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977DB

Black with #9977DB

Text Example


Text Example

White with #9977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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