#9175EA

Color #9175EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9175EA

Tints of Medium Purple #9175EA

Color information

#9175EA (or 0x9175EA) is unknown color: approx Medium Purple. HEX triplet: 91, 75 and EA. RGB value is (145,117,234). Sum of RGB (Red+Green+Blue) = 145+117+234=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #9175EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9175EA is #6E8A15. Grayscale: #8A8A8A. Windows color (decimal): -7244310 or 15365521. OLE color: 15365521.

HSL color Cylindrical-coordinate representation of color #9175EA: hue angle of 254.36º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9175EA is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145117234-
CMYK0.380.500.08
HSL254.36º73.58%68.82%-
HSV(B)254.36º50%91.76%-
XYZ32.8924.6880.87-
YUV138.71181.78132.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=29.23%
G=23.59%
B=47.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451172340.380.500.08254.3673.5868.82
Hex9175EA263208fe4a45
Octal2211653524662010376112105
Binary10010001111010111101010100110110010010001111111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9175EA; }

 p { color: rgb(145,117,234); }

 H1.HeaderClassName
 {
   color: #9175EA;
 }
 .AnyTagClassName
 {
   color: #9175EA;
 }
</style>
background-color css

<style>
 a { background-color: #9175EA; }

 a { background-color: rgb(145,117,234); }

 div.DivClassName
 {
   background-color: #9175EA;
 }
 .BgClassName
 {
   background-color: #9175EA;
 }
</style>
border-color css

<style>
 span { border-color: #9175EA; }

 span { border-color: rgb(145,117,234); }

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