#9256f2

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

Shades of Medium Purple #9256F2

Tints of Medium Purple #9256F2

Color information

#9256F2 (or 0x9256F2) is unknown color: approx Medium Purple. HEX triplet: 92, 56 and F2. RGB value is (146,86,242). Sum of RGB (Red+Green+Blue) = 146+86+242=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #9256F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9256F2 is #6DA90D. Grayscale: #797979. Windows color (decimal): -7186702 or 15881874. OLE color: 15881874.

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

Color convert

RGB14686242-
CMYK0.400.6400.05
HSL263.08º85.71%64.31%-
HSV(B)263.08º64.46%94.9%-
XYZ31.2119.1886.06-
YUV121.72195.88145.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=30.80%
G=18.14%
B=51.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146862420.400.6400.05263.0885.7164.31
Hex9256F22840051075640
Octal2221263625010005407126100
Binary100100101010110111100101010001000000010110000011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9256f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9256f2; }

 p { color: rgb(146,86,242); }

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

<style>
 a { background-color: #9256f2; }

 a { background-color: rgb(146,86,242); }

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

<style>
 span { border-color: #9256f2; }

 span { border-color: rgb(146,86,242); }

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