#9185EA

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

Shades of Medium Purple #9185EA

Tints of Medium Purple #9185EA

Color information

#9185EA (or 0x9185EA) is unknown color: approx Medium Purple. HEX triplet: 91, 85 and EA. RGB value is (145,133,234). Sum of RGB (Red+Green+Blue) = 145+133+234=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #9185EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185EA is #6E7A15. Grayscale: #939393. Windows color (decimal): -7240214 or 15369617. OLE color: 15369617.

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

Color convert

RGB145133234-
CMYK0.380.4300.08
HSL247.13º70.63%71.96%-
HSV(B)247.13º43.16%91.76%-
XYZ34.9228.7481.55-
YUV148.1176.48125.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=28.32%
G=25.98%
B=45.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451332340.380.4300.08247.1370.6371.96
Hex9185EA262B08f74748
Octal2212053524653010367107110
Binary100100011000010111101010100110101011010001111011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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