#9F2EF0

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

Shades of Blue Violet #9F2EF0

Tints of Blue Violet #9F2EF0

Color information

#9F2EF0 (or 0x9F2EF0) is unknown color: approx Blue Violet. HEX triplet: 9F, 2E and F0. RGB value is (159,46,240). Sum of RGB (Red+Green+Blue) = 159+46+240=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F2EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2EF0 is #60D10F. Grayscale: #656565. Windows color (decimal): -6344976 or 15740575. OLE color: 15740575.

HSL color Cylindrical-coordinate representation of color #9F2EF0: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2EF0 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15946240-
CMYK0.340.8100.06
HSL274.95º86.61%56.08%-
HSV(B)274.95º80.83%94.12%-
XYZ3115.6283.82-
YUV101.9205.94168.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 46 (18.36% from 255) = 10.34%
BLUE value IS 240 (94.14% from 255) = 53.93%
R=35.73%
G=10.34%
B=53.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal159462400.340.8100.06274.9586.6156.08
Hex9F2EF02251061135738
Octal23756360421210642312770
Binary1001111110111011110000100010101000101101000100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,240); }

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

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

 a { background-color: rgb(159,46,240); }

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

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

 span { border-color: rgb(159,46,240); }

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