#9165DA

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

Shades of Medium Purple #9165DA

Tints of Medium Purple #9165DA

Color information

#9165DA (or 0x9165DA) is unknown color: approx Medium Purple. HEX triplet: 91, 65 and DA. RGB value is (145,101,218). Sum of RGB (Red+Green+Blue) = 145+101+218=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9165DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165DA is #6E9A25. Grayscale: #7F7F7F. Windows color (decimal): -7248422 or 14312849. OLE color: 14312849.

HSL color Cylindrical-coordinate representation of color #9165DA: hue angle of 262.56º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9165DA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145101218-
CMYK0.330.5400.15
HSL262.56º61.26%62.55%-
HSV(B)262.56º53.67%85.49%-
XYZ28.9920.3968.74-
YUV127.49179.08140.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=31.25%
G=21.77%
B=46.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451012180.330.5400.15262.5661.2662.55
Hex9165DA21360F1073d3f
Octal22114533241660174077577
Binary1001000111001011101101010000111011001111100000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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