#9255F1

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

Shades of Medium Purple #9255F1

Tints of Medium Purple #9255F1

Color information

#9255F1 (or 0x9255F1) is unknown color: approx Medium Purple. HEX triplet: 92, 55 and F1. RGB value is (146,85,241). Sum of RGB (Red+Green+Blue) = 146+85+241=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9255F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9255F1 is #6DAA0E. Grayscale: #787878. Windows color (decimal): -7186959 or 15816082. OLE color: 15816082.

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

Color convert

RGB14685241-
CMYK0.390.6500.05
HSL263.46º84.78%63.92%-
HSV(B)263.46º64.73%94.51%-
XYZ30.9818.9685.25-
YUV121.02195.71145.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=30.93%
G=18.01%
B=51.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146852410.390.6500.05263.4684.7863.92
Hex9255F12741051075540
Octal2221253614710105407125100
Binary100100101010101111100011001111000001010110000011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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