#9F2EF2

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

Shades of Blue Violet #9F2EF2

Tints of Blue Violet #9F2EF2

Color information

#9F2EF2 (or 0x9F2EF2) is unknown color: approx Blue Violet. HEX triplet: 9F, 2E and F2. RGB value is (159,46,242). Sum of RGB (Red+Green+Blue) = 159+46+242=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #9F2EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2EF2 is #60D10D. Grayscale: #656565. Windows color (decimal): -6344974 or 15871647. OLE color: 15871647.

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

Color convert

RGB15946242-
CMYK0.340.8100.05
HSL274.59º88.29%56.47%-
HSV(B)274.59º80.99%94.9%-
XYZ31.315.7485.39-
YUV102.13206.94168.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 46 (18.36% from 255) = 10.29%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=35.57%
G=10.29%
B=54.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159462420.340.8100.05274.5988.2956.47
Hex9F2EF22251051135838
Octal23756362421210542313070
Binary1001111110111011110010100010101000101011000100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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