#19094D

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

Shades of Violent Violet #19094D

Tints of Violent Violet #19094D

Color information

#19094D (or 0x19094D) is unknown color: approx Violent Violet. HEX triplet: 19, 09 and 4D. RGB value is (25,9,77). Sum of RGB (Red+Green+Blue) = 25+9+77=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #19094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19094D is #E6F6B2. Grayscale: #151515. Windows color (decimal): -15136435 or 5048601. OLE color: 5048601.

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

Color convert

RGB25977-
CMYK0.680.8800.70
HSL254.12º79.07%16.86%-
HSV(B)254.12º88.31%30.2%-
XYZ1.840.947.11-
YUV21.54159.3130.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.52%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=22.52%
G=8.11%
B=69.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal259770.680.8800.70254.1279.0716.86
Hex1994D4458046fe4f11
Octal3111115104130010637611721
Binary1100110011001101100010010110000100011011111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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