#0F0146

Color #0F0146 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #0F0146

Tints of Violent Violet #0F0146

Color information

#0F0146 (or 0x0F0146) is unknown color: approx Violent Violet. HEX triplet: 0F, 01 and 46. RGB value is (15,1,70). Sum of RGB (Red+Green+Blue) = 15+1+70=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F0146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0146 is #F0FEB9. Grayscale: #0C0C0C. Windows color (decimal): -15793850 or 4587791. OLE color: 4587791.

HSL color Cylindrical-coordinate representation of color #0F0146: hue angle of 252.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0146 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15170-
CMYK0.790.9900.73
HSL252.17º97.18%13.92%-
HSV(B)252.17º98.57%27.45%-
XYZ1.310.575.83-
YUV13.05160.14129.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 70 (27.73% from 255) = 81.40%
R=17.44%
G=1.16%
B=81.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal151700.790.9900.73252.1797.1813.92
HexF1464F63049fc61e
Octal171106117143011137414116
Binary11111100011010011111100011010010011111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0146; }

 p { color: rgb(15,1,70); }

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

<style>
 a { background-color: #0F0146; }

 a { background-color: rgb(15,1,70); }

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

<style>
 span { border-color: #0F0146; }

 span { border-color: rgb(15,1,70); }

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