#19094A

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

Shades of Violent Violet #19094A

Tints of Violent Violet #19094A

Color information

#19094A (or 0x19094A) is unknown color: approx Violent Violet. HEX triplet: 19, 09 and 4A. RGB value is (25,9,74). Sum of RGB (Red+Green+Blue) = 25+9+74=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #19094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19094A is #E6F6B5. Grayscale: #141414. Windows color (decimal): -15136438 or 4851993. OLE color: 4851993.

HSL color Cylindrical-coordinate representation of color #19094A: hue angle of 254.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19094A is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25974-
CMYK0.660.8800.71
HSL254.77º78.31%16.27%-
HSV(B)254.77º87.84%29.02%-
XYZ1.730.96.56-
YUV21.19157.8130.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=23.15%
G=8.33%
B=68.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal259740.660.8800.71254.7778.3116.27
Hex1994A4258047ff4e10
Octal3111112102130010737711620
Binary1100110011001010100001010110000100011111111111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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