Html Css Color HEX #9172DA Medium Purple

📋 copy color: '#9172DA'

red 145 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #9172DA

Tints of Medium Purple #9172DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 30.4%
G = 23.9%
B = 45.7%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9172DA (or 0x9172DA) is known color: Medium Purple. HEX triplet: 91, 72 and DA. RGB value is (145,114,218). Sum of RGB (Red+Green+Blue) = 145+114+218=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #9172DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172DA is #6E8D25. Grayscale: #868686. Windows color (decimal): -7245094 or 14316177. OLE color: 14316177.

HSL color Cylindrical-coordinate representation of color #9172DA: hue angle of 257.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9172DA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 114 218 -
CMYK 0.33 0.48 0 0.15
HSL 257.88º 0.58% 0.65% -
HSV(B) 257.88º 0.48% 0.85% -
XYZ 30.35 23.12 69.19 -
YUV 135.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 145 114 218 0.33 0.48 0 0.15 257.88 0.58 0.65
Hex 91 72 DA 21 30 0 F 102 3A 41
Octal 221 162 332 41 60 0 17 402 72 101
Binary 10010001 1110010 11011010 100001 110000 0 1111 100000010 111010 1000001

Color Harmonies of #9172DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172DA

Black with #9172DA

Text Example


Text Example

White with #9172DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9172DA; }

 p { color: rgb(145,114,218); }

 H1.HeaderClassName
 {
   color: #9172DA;
 }
 .AnyTagClassName
 {
   color: #9172DA;
 }
</style>

background-color css

<style>
 a { background-color: #9172DA; }

 a { background-color: rgb(145,114,218); }

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

border-color css

<style>
 span { border-color: #9172DA; }

 span { border-color: rgb(145,114,218); }

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