#150941

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

Shades of Violent Violet #150941

Tints of Violent Violet #150941

Color information

#150941 (or 0x150941) is unknown color: approx Violent Violet. HEX triplet: 15, 09 and 41. RGB value is (21,9,65). Sum of RGB (Red+Green+Blue) = 21+9+65=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #150941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150941 is #EAF6BE. Grayscale: #121212. Windows color (decimal): -15398591 or 4262165. OLE color: 4262165.

HSL color Cylindrical-coordinate representation of color #150941: hue angle of 252.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150941 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB21965-
CMYK0.680.8600.75
HSL252.86º75.68%14.51%-
HSV(B)252.86º86.15%25.49%-
XYZ1.360.745.07-
YUV18.97153.98129.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=22.11%
G=9.47%
B=68.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal219650.680.8600.75252.8675.6814.51
Hex15941445604Bfd4cf
Octal2511101104126011337511417
Binary101011001100000110001001010110010010111111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150941; }

 p { color: rgb(21,9,65); }

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

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

 a { background-color: rgb(21,9,65); }

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

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

 span { border-color: rgb(21,9,65); }

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