#150149

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

Shades of Violent Violet #150149

Tints of Violent Violet #150149

Color information

#150149 (or 0x150149) is unknown color: approx Violent Violet. HEX triplet: 15, 01 and 49. RGB value is (21,1,73). Sum of RGB (Red+Green+Blue) = 21+1+73=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #150149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150149 is #EAFEB6. Grayscale: #0E0E0E. Windows color (decimal): -15400631 or 4784405. OLE color: 4784405.

HSL color Cylindrical-coordinate representation of color #150149: hue angle of 256.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150149 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21173-
CMYK0.710.9900.71
HSL256.67º97.3%14.51%-
HSV(B)256.67º98.63%28.63%-
XYZ1.520.666.35-
YUV15.19160.63132.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=22.11%
G=1.05%
B=76.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal211730.710.9900.71256.6797.314.51
Hex15149476304710161f
Octal251111107143010740114117
Binary1010111001001100011111000110100011110000000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150149; }

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

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

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

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

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

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

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

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