#9F24E0

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

Shades of Blue Violet #9F24E0

Tints of Blue Violet #9F24E0

Color information

#9F24E0 (or 0x9F24E0) is unknown color: approx Blue Violet. HEX triplet: 9F, 24 and E0. RGB value is (159,36,224). Sum of RGB (Red+Green+Blue) = 159+36+224=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F24E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24E0 is #60DB1F. Grayscale: #5D5D5D. Windows color (decimal): -6347552 or 14689439. OLE color: 14689439.

HSL color Cylindrical-coordinate representation of color #9F24E0: hue angle of 279.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F24E0 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15936224-
CMYK0.290.8400.12
HSL279.26º75.2%50.98%-
HSV(B)279.26º83.93%87.84%-
XYZ28.3814.0171.73-
YUV94.21201.25174.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 36 (14.45% from 255) = 8.59%
BLUE value IS 224 (87.89% from 255) = 53.46%
R=37.95%
G=8.59%
B=53.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159362240.290.8400.12279.2675.250.98
Hex9F24E01D540C1174b33
Octal237443403512401442711363
Binary1001111110010011100000111011010100011001000101111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F24E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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