#150947

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

Shades of Violent Violet #150947

Tints of Violent Violet #150947

Color information

#150947 (or 0x150947) is unknown color: approx Violent Violet. HEX triplet: 15, 09 and 47. RGB value is (21,9,71). Sum of RGB (Red+Green+Blue) = 21+9+71=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #150947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150947 is #EAF6B8. Grayscale: #131313. Windows color (decimal): -15398585 or 4655381. OLE color: 4655381.

HSL color Cylindrical-coordinate representation of color #150947: hue angle of 251.61º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150947 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21971-
CMYK0.700.8700.72
HSL251.61º77.5%15.69%-
HSV(B)251.61º87.32%27.84%-
XYZ1.540.816.04-
YUV19.66156.98128.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 71 (28.12% from 255) = 70.30%
R=20.79%
G=8.91%
B=70.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal219710.700.8700.72251.6177.515.69
Hex159474657048fc4e10
Octal2511107106127011037411620
Binary1010110011000111100011010101110100100011111100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150947; }

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

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

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

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

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

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

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

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