#9F1FF0

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

Shades of Blue Violet #9F1FF0

Tints of Blue Violet #9F1FF0

Color information

#9F1FF0 (or 0x9F1FF0) is unknown color: approx Blue Violet. HEX triplet: 9F, 1F and F0. RGB value is (159,31,240). Sum of RGB (Red+Green+Blue) = 159+31+240=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F1FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1FF0 is #60E00F. Grayscale: #5C5C5C. Windows color (decimal): -6348816 or 15736735. OLE color: 15736735.

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

Color convert

RGB15931240-
CMYK0.340.8700.06
HSL276.75º87.45%53.14%-
HSV(B)276.75º87.08%94.12%-
XYZ30.5214.6483.66-
YUV93.1210.91175.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 31 (12.5% from 255) = 7.21%
BLUE value IS 240 (94.14% from 255) = 55.81%
R=36.98%
G=7.21%
B=55.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal159312400.340.8700.06276.7587.4553.14
Hex9F1FF02257061155735
Octal23737360421270642512765
Binary100111111111111110000100010101011101101000101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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