#9F24F1

Color #9F24F1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9F24F1

Tints of Blue Violet #9F24F1

Color information

#9F24F1 (or 0x9F24F1) is unknown color: approx Blue Violet. HEX triplet: 9F, 24 and F1. RGB value is (159,36,241). Sum of RGB (Red+Green+Blue) = 159+36+241=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F24F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F24F1 is #60DB0E. Grayscale: #5F5F5F. Windows color (decimal): -6347535 or 15803551. OLE color: 15803551.

HSL color Cylindrical-coordinate representation of color #9F24F1: hue angle of 276º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F24F1 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15936241-
CMYK0.340.8500.05
HSL276º87.98%54.31%-
HSV(B)276º85.06%94.51%-
XYZ30.8114.9884.49-
YUV96.15209.75172.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 36 (14.45% from 255) = 8.26%
BLUE value IS 241 (94.53% from 255) = 55.28%
R=36.47%
G=8.26%
B=55.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159362410.340.8500.0527687.9854.31
Hex9F24F12255051145836
Octal23744361421250542413066
Binary1001111110010011110001100010101010101011000101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F24F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F24F1; }

 p { color: rgb(159,36,241); }

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

<style>
 a { background-color: #9F24F1; }

 a { background-color: rgb(159,36,241); }

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

<style>
 span { border-color: #9F24F1; }

 span { border-color: rgb(159,36,241); }

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