#150549

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

Shades of Violent Violet #150549

Tints of Violent Violet #150549

Color information

#150549 (or 0x150549) is unknown color: approx Violent Violet. HEX triplet: 15, 05 and 49. RGB value is (21,5,73). Sum of RGB (Red+Green+Blue) = 21+5+73=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #150549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150549 is #EAFAB6. Grayscale: #111111. Windows color (decimal): -15399607 or 4785429. OLE color: 4785429.

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

Color convert

RGB21573-
CMYK0.710.9300.71
HSL254.12º87.18%15.29%-
HSV(B)254.12º93.15%28.63%-
XYZ1.570.756.37-
YUV17.54159.3130.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 73 (28.91% from 255) = 73.74%
R=21.21%
G=5.05%
B=73.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal215730.710.9300.71254.1287.1815.29
Hex15549475D047fe57f
Octal255111107135010737612717
Binary10101101100100110001111011101010001111111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150549; }

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

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

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

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

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

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

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

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