Html Css Color HEX #9172DB Medium Purple

📋 copy color: '#9172DB'

red 145 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9172DB

Tints of Medium Purple #9172DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 30.33%
G = 23.85%
B = 45.82%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9172DB (or 0x9172DB) is known color: Medium Purple. HEX triplet: 91, 72 and DB. RGB value is (145,114,219). Sum of RGB (Red+Green+Blue) = 145+114+219=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #9172DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172DB is #6E8D24. Grayscale: #868686. Windows color (decimal): -7245093 or 14381713. OLE color: 14381713.

HSL color Cylindrical-coordinate representation of color #9172DB: hue angle of 257.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9172DB is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 114 219 -
CMYK 0.34 0.48 0 0.14
HSL 257.71º 0.59% 0.65% -
HSV(B) 257.71º 0.48% 0.86% -
XYZ 30.48 23.17 69.88 -
YUV 135.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 145 114 219 0.34 0.48 0 0.14 257.71 0.59 0.65
Hex 91 72 DB 22 30 0 E 102 3B 41
Octal 221 162 333 42 60 0 16 402 73 101
Binary 10010001 1110010 11011011 100010 110000 0 1110 100000010 111011 1000001

Color Harmonies of #9172DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172DB

Black with #9172DB

Text Example


Text Example

White with #9172DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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