#19094E

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

Shades of Violent Violet #19094E

Tints of Violent Violet #19094E

Color information

#19094E (or 0x19094E) is unknown color: approx Violent Violet. HEX triplet: 19, 09 and 4E. RGB value is (25,9,78). Sum of RGB (Red+Green+Blue) = 25+9+78=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #19094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19094E is #E6F6B1. Grayscale: #151515. Windows color (decimal): -15136434 or 5114137. OLE color: 5114137.

HSL color Cylindrical-coordinate representation of color #19094E: hue angle of 253.91º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19094E is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB25978-
CMYK0.680.8800.69
HSL253.91º79.31%17.06%-
HSV(B)253.91º88.46%30.59%-
XYZ1.870.957.29-
YUV21.65159.8130.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 78 (30.86% from 255) = 69.64%
R=22.32%
G=8.04%
B=69.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal259780.680.8800.69253.9179.3117.06
Hex1994E4458045fe4f11
Octal3111116104130010537611721
Binary1100110011001110100010010110000100010111111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19094E; }

 p { color: rgb(25,9,78); }

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

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

 a { background-color: rgb(25,9,78); }

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

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

 span { border-color: rgb(25,9,78); }

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