Html Css Color HEX #9777DB Medium Purple

📋 copy color: '#9777DB'

red 151 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #9777DB

Tints of Medium Purple #9777DB

RGB

 RED value IS 151 (59.38% from 255) = 30.88%

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

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

R = 30.88%
G = 24.34%
B = 44.79%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9777DB (or 0x9777DB) is known color: Medium Purple. HEX triplet: 97, 77 and DB. RGB value is (151,119,219). Sum of RGB (Red+Green+Blue) = 151+119+219=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #9777DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777DB is #688824. Grayscale: #8B8B8B. Windows color (decimal): -6850597 or 14382999. OLE color: 14382999.

HSL color Cylindrical-coordinate representation of color #9777DB: hue angle of 259.2º 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 #9777DB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 119 219 -
CMYK 0.31 0.46 0 0.14
HSL 259.2º 0.58% 0.66% -
HSV(B) 259.2º 0.46% 0.86% -
XYZ 32.15 24.89 70.13 -
YUV 139.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 151 119 219 0.31 0.46 0 0.14 259.2 0.58 0.66
Hex 97 77 DB 1F 2E 0 E 103 3A 42
Octal 227 167 333 37 56 0 16 403 72 102
Binary 10010111 1110111 11011011 11111 101110 0 1110 100000011 111010 1000010

Color Harmonies of #9777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777DB

Black with #9777DB

Text Example


Text Example

White with #9777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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