Html Css Color HEX #9176DF Medium Purple

📋 copy color: '#9176DF'

red 145 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #9176DF

Tints of Medium Purple #9176DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 29.84%
G = 24.28%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9176DF (or 0x9176DF) is known color: Medium Purple. HEX triplet: 91, 76 and DF. RGB value is (145,118,223). Sum of RGB (Red+Green+Blue) = 145+118+223=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9176DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176DF is #6E8920. Grayscale: #898989. Windows color (decimal): -7244065 or 14644881. OLE color: 14644881.

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

Color convert

RGB 145 118 223 -
CMYK 0.35 0.47 0 0.13
HSL 255.43º 0.62% 0.67% -
HSV(B) 255.43º 0.47% 0.87% -
XYZ 31.47 24.3 72.84 -
YUV 138.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 145 118 223 0.35 0.47 0 0.13 255.43 0.62 0.67
Hex 91 76 DF 23 2F 0 D FF 3E 43
Octal 221 166 337 43 57 0 15 377 76 103
Binary 10010001 1110110 11011111 100011 101111 0 1101 11111111 111110 1000011

Color Harmonies of #9176DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9176DF

Black with #9176DF

Text Example


Text Example

White with #9176DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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