Html Css Color HEX #9176DB Medium Purple

📋 copy color: '#9176DB'

red 145 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #9176DB

Tints of Medium Purple #9176DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

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

R = 30.08%
G = 24.48%
B = 45.44%

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

#9176DB (or 0x9176DB) is known color: Medium Purple. HEX triplet: 91, 76 and DB. RGB value is (145,118,219). Sum of RGB (Red+Green+Blue) = 145+118+219=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #9176DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DB is #6E8924. Grayscale: #898989. Windows color (decimal): -7244069 or 14382737. OLE color: 14382737.

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

Color convert

RGB 145 118 219 -
CMYK 0.34 0.46 0 0.14
HSL 256.04º 0.58% 0.66% -
HSV(B) 256.04º 0.46% 0.86% -
XYZ 30.94 24.09 70.04 -
YUV 137.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 145 118 219 0.34 0.46 0 0.14 256.04 0.58 0.66
Hex 91 76 DB 22 2E 0 E 100 3A 42
Octal 221 166 333 42 56 0 16 400 72 102
Binary 10010001 1110110 11011011 100010 101110 0 1110 100000000 111010 1000010

Color Harmonies of #9176DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176DB

Black with #9176DB

Text Example


Text Example

White with #9176DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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