Html Css Color HEX #9170EB Medium Purple

📋 copy color: '#9170EB'

red 145 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #9170EB

Tints of Medium Purple #9170EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 29.47%
G = 22.76%
B = 47.76%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9170EB (or 0x9170EB) is known color: Medium Purple. HEX triplet: 91, 70 and EB. RGB value is (145,112,235). Sum of RGB (Red+Green+Blue) = 145+112+235=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #9170EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170EB is #6E8F14. Grayscale: #878787. Windows color (decimal): -7245589 or 15429777. OLE color: 15429777.

HSL color Cylindrical-coordinate representation of color #9170EB: hue angle of 256.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9170EB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 112 235 -
CMYK 0.38 0.52 0 0.08
HSL 256.1º 0.75% 0.68% -
HSV(B) 256.1º 0.52% 0.92% -
XYZ 32.47 23.61 81.44 -
YUV 135.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 145 112 235 0.38 0.52 0 0.08 256.1 0.75 0.68
Hex 91 70 EB 26 34 0 8 100 4B 44
Octal 221 160 353 46 64 0 10 400 113 104
Binary 10010001 1110000 11101011 100110 110100 0 1000 100000000 1001011 1000100

Color Harmonies of #9170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170EB

Black with #9170EB

Text Example


Text Example

White with #9170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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