Html Css Color HEX #9170D5 Medium Purple

📋 copy color: '#9170D5'

red 145 ◦ green 112 ◦ blue 213

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

Shades of Medium Purple #9170D5

Tints of Medium Purple #9170D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.83%

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 30.85%
G = 23.83%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9170D5 (or 0x9170D5) is known color: Medium Purple. HEX triplet: 91, 70 and D5. RGB value is (145,112,213). Sum of RGB (Red+Green+Blue) = 145+112+213=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #9170D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170D5 is #6E8F2A. Grayscale: #858585. Windows color (decimal): -7245611 or 13987985. OLE color: 13987985.

HSL color Cylindrical-coordinate representation of color #9170D5: hue angle of 259.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9170D5 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 112 213 -
CMYK 0.32 0.47 0 0.16
HSL 259.6º 0.55% 0.64% -
HSV(B) 259.6º 0.47% 0.84% -
XYZ 29.48 22.41 65.72 -
YUV 133.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 145 112 213 0.32 0.47 0 0.16 259.6 0.55 0.64
Hex 91 70 D5 20 2F 0 10 104 37 40
Octal 221 160 325 40 57 0 20 404 67 100
Binary 10010001 1110000 11010101 100000 101111 0 10000 100000100 110111 1000000

Color Harmonies of #9170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170D5

Black with #9170D5

Text Example


Text Example

White with #9170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9170D5; }

 p { color: rgb(145,112,213); }

 H1.HeaderClassName
 {
   color: #9170D5;
 }
 .AnyTagClassName
 {
   color: #9170D5;
 }
</style>

background-color css

<style>
 a { background-color: #9170D5; }

 a { background-color: rgb(145,112,213); }

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

border-color css

<style>
 span { border-color: #9170D5; }

 span { border-color: rgb(145,112,213); }

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