#9165EA

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

Shades of Medium Purple #9165EA

Tints of Medium Purple #9165EA

Color information

#9165EA (or 0x9165EA) is unknown color: approx Medium Purple. HEX triplet: 91, 65 and EA. RGB value is (145,101,234). Sum of RGB (Red+Green+Blue) = 145+101+234=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9165EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165EA is #6E9A15. Grayscale: #808080. Windows color (decimal): -7248406 or 15361425. OLE color: 15361425.

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

Color convert

RGB145101234-
CMYK0.380.5700.08
HSL259.85º76%65.69%-
HSV(B)259.85º56.84%91.76%-
XYZ31.1821.2780.3-
YUV129.32187.08139.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.21%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=30.21%
G=21.04%
B=48.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451012340.380.5700.08259.857665.69
Hex9165EA2639081044c42
Octal2211453524671010404114102
Binary100100011100101111010101001101110010100010000010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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