Html Css Color HEX #9176DC Medium Purple

📋 copy color: '#9176DC'

red 145 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9176DC

Tints of Medium Purple #9176DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 30.02%
G = 24.43%
B = 45.55%

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

#9176DC (or 0x9176DC) is known color: Medium Purple. HEX triplet: 91, 76 and DC. RGB value is (145,118,220). Sum of RGB (Red+Green+Blue) = 145+118+220=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9176DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DC is #6E8923. Grayscale: #898989. Windows color (decimal): -7244068 or 14448273. OLE color: 14448273.

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

Color convert

RGB 145 118 220 -
CMYK 0.34 0.46 0 0.14
HSL 255.88º 0.59% 0.66% -
HSV(B) 255.88º 0.46% 0.86% -
XYZ 31.07 24.14 70.73 -
YUV 137.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 145 118 220 0.34 0.46 0 0.14 255.88 0.59 0.66
Hex 91 76 DC 22 2E 0 E 100 3B 42
Octal 221 166 334 42 56 0 16 400 73 102
Binary 10010001 1110110 11011100 100010 101110 0 1110 100000000 111011 1000010

Color Harmonies of #9176DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176DC

Black with #9176DC

Text Example


Text Example

White with #9176DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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