#9165F2

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

Shades of Medium Purple #9165F2

Tints of Medium Purple #9165F2

Color information

#9165F2 (or 0x9165F2) is unknown color: approx Medium Purple. HEX triplet: 91, 65 and F2. RGB value is (145,101,242). Sum of RGB (Red+Green+Blue) = 145+101+242=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #9165F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165F2 is #6E9A0D. Grayscale: #818181. Windows color (decimal): -7248398 or 15885713. OLE color: 15885713.

HSL color Cylindrical-coordinate representation of color #9165F2: hue angle of 258.72º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9165F2 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145101242-
CMYK0.400.5800.05
HSL258.72º84.43%67.25%-
HSV(B)258.72º58.26%94.9%-
XYZ32.3621.7486.49-
YUV130.23191.08138.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 242 (94.92% from 255) = 49.59%
R=29.71%
G=20.70%
B=49.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451012420.400.5800.05258.7284.4367.25
Hex9165F2283A051035443
Octal221145362507205403124103
Binary10010001110010111110010101000111010010110000001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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