Html Css Color HEX #9173DF Medium Purple

📋 copy color: '#9173DF'

red 145 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #9173DF

Tints of Medium Purple #9173DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 30.02%
G = 23.81%
B = 46.17%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9173DF (or 0x9173DF) is known color: Medium Purple. HEX triplet: 91, 73 and DF. RGB value is (145,115,223). Sum of RGB (Red+Green+Blue) = 145+115+223=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9173DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173DF is #6E8C20. Grayscale: #878787. Windows color (decimal): -7244833 or 14644113. OLE color: 14644113.

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

Color convert

RGB 145 115 223 -
CMYK 0.35 0.48 0 0.13
HSL 256.67º 0.63% 0.66% -
HSV(B) 256.67º 0.48% 0.87% -
XYZ 31.13 23.61 72.73 -
YUV 136.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 145 115 223 0.35 0.48 0 0.13 256.67 0.63 0.66
Hex 91 73 DF 23 30 0 D 101 3F 42
Octal 221 163 337 43 60 0 15 401 77 102
Binary 10010001 1110011 11011111 100011 110000 0 1101 100000001 111111 1000010

Color Harmonies of #9173DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9173DF

Black with #9173DF

Text Example


Text Example

White with #9173DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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