#9259F1

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

Shades of Medium Purple #9259F1

Tints of Medium Purple #9259F1

Color information

#9259F1 (or 0x9259F1) is unknown color: approx Medium Purple. HEX triplet: 92, 59 and F1. RGB value is (146,89,241). Sum of RGB (Red+Green+Blue) = 146+89+241=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #9259F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259F1 is #6DA60E. Grayscale: #7A7A7A. Windows color (decimal): -7185935 or 15817106. OLE color: 15817106.

HSL color Cylindrical-coordinate representation of color #9259F1: hue angle of 262.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9259F1 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14689241-
CMYK0.390.6300.05
HSL262.5º84.44%64.71%-
HSV(B)262.5º63.07%94.51%-
XYZ31.319.6185.35-
YUV123.37194.38144.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=30.67%
G=18.70%
B=50.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146892410.390.6300.05262.584.4464.71
Hex9259F1273F051065441
Octal222131361477705406124101
Binary10010010101100111110001100111111111010110000011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9259F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9259F1; }

 p { color: rgb(146,89,241); }

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

<style>
 a { background-color: #9259F1; }

 a { background-color: rgb(146,89,241); }

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

<style>
 span { border-color: #9259F1; }

 span { border-color: rgb(146,89,241); }

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