Html Css Color HEX #9176DD Medium Purple

📋 copy color: '#9176DD'

red 145 ◦ green 118 ◦ blue 221

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

Shades of Medium Purple #9176DD

Tints of Medium Purple #9176DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 29.96%
G = 24.38%
B = 45.66%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9176DD (or 0x9176DD) is known color: Medium Purple. HEX triplet: 91, 76 and DD. RGB value is (145,118,221). Sum of RGB (Red+Green+Blue) = 145+118+221=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9176DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DD is #6E8922. Grayscale: #898989. Windows color (decimal): -7244067 or 14513809. OLE color: 14513809.

HSL color Cylindrical-coordinate representation of color #9176DD: hue angle of 255.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9176DD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 118 221 -
CMYK 0.34 0.47 0 0.13
HSL 255.73º 0.6% 0.66% -
HSV(B) 255.73º 0.47% 0.87% -
XYZ 31.21 24.2 71.43 -
YUV 137.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 145 118 221 0.34 0.47 0 0.13 255.73 0.6 0.66
Hex 91 76 DD 22 2F 0 D 100 3C 42
Octal 221 166 335 42 57 0 15 400 74 102
Binary 10010001 1110110 11011101 100010 101111 0 1101 100000000 111100 1000010

Color Harmonies of #9176DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176DD

Black with #9176DD

Text Example


Text Example

White with #9176DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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