#150146

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

Shades of Violent Violet #150146

Tints of Violent Violet #150146

Color information

#150146 (or 0x150146) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 46. RGB value is (21,1,70). Sum of RGB (Red+Green+Blue) = 21+1+70=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #150146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150146 is #EAFEB9. Grayscale: #0E0E0E. Windows color (decimal): -15400634 or 4587797. OLE color: 4587797.

HSL color Cylindrical-coordinate representation of color #150146: hue angle of 257.39º 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 #150146 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21170-
CMYK0.700.9900.73
HSL257.39º97.18%13.92%-
HSV(B)257.39º98.57%27.45%-
XYZ1.430.625.84-
YUV14.85159.13132.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=22.83%
G=1.09%
B=76.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal211700.700.9900.73257.3997.1813.92
Hex15146466304910161e
Octal251106106143011140114116
Binary1010111000110100011011000110100100110000000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150146; }

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

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

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

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

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

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

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

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