Html Css Color HEX #9177DB Medium Purple

📋 copy color: '#9177DB'

red 145 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #9177DB

Tints of Medium Purple #9177DB

RGB

 RED value IS 145 (57.03% from 255) = 30.02%

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

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

R = 30.02%
G = 24.64%
B = 45.34%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9177DB (or 0x9177DB) is known color: Medium Purple. HEX triplet: 91, 77 and DB. RGB value is (145,119,219). Sum of RGB (Red+Green+Blue) = 145+119+219=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9177DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177DB is #6E8824. Grayscale: #898989. Windows color (decimal): -7243813 or 14382993. OLE color: 14382993.

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

Color convert

RGB 145 119 219 -
CMYK 0.34 0.46 0 0.14
HSL 255.6º 0.58% 0.66% -
HSV(B) 255.6º 0.46% 0.86% -
XYZ 31.06 24.33 70.08 -
YUV 138.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 145 119 219 0.34 0.46 0 0.14 255.6 0.58 0.66
Hex 91 77 DB 22 2E 0 E 100 3A 42
Octal 221 167 333 42 56 0 16 400 72 102
Binary 10010001 1110111 11011011 100010 101110 0 1110 100000000 111010 1000010

Color Harmonies of #9177DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9177DB

Black with #9177DB

Text Example


Text Example

White with #9177DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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