Html Css Color HEX #9172DE Medium Purple

📋 copy color: '#9172DE'

red 145 ◦ green 114 ◦ blue 222

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

Shades of Medium Purple #9172DE

Tints of Medium Purple #9172DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 30.15%
G = 23.7%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9172DE (or 0x9172DE) is known color: Medium Purple. HEX triplet: 91, 72 and DE. RGB value is (145,114,222). Sum of RGB (Red+Green+Blue) = 145+114+222=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #9172DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172DE is #6E8D21. Grayscale: #878787. Windows color (decimal): -7245090 or 14578321. OLE color: 14578321.

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

Color convert

RGB 145 114 222 -
CMYK 0.35 0.49 0 0.13
HSL 257.22º 0.62% 0.66% -
HSV(B) 257.22º 0.49% 0.87% -
XYZ 30.88 23.33 71.98 -
YUV 135.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 145 114 222 0.35 0.49 0 0.13 257.22 0.62 0.66
Hex 91 72 DE 23 31 0 D 101 3E 42
Octal 221 162 336 43 61 0 15 401 76 102
Binary 10010001 1110010 11011110 100011 110001 0 1101 100000001 111110 1000010

Color Harmonies of #9172DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172DE

Black with #9172DE

Text Example


Text Example

White with #9172DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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