#19094C

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

Shades of Violent Violet #19094C

Tints of Violent Violet #19094C

Color information

#19094C (or 0x19094C) is unknown color: approx Violent Violet. HEX triplet: 19, 09 and 4C. RGB value is (25,9,76). Sum of RGB (Red+Green+Blue) = 25+9+76=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #19094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19094C is #E6F6B3. Grayscale: #151515. Windows color (decimal): -15136436 or 4983065. OLE color: 4983065.

HSL color Cylindrical-coordinate representation of color #19094C: hue angle of 254.33º 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 #19094C is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB25976-
CMYK0.670.8800.70
HSL254.33º78.82%16.67%-
HSV(B)254.33º88.16%29.8%-
XYZ1.80.926.92-
YUV21.42158.8130.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 76 (30.08% from 255) = 69.09%
R=22.73%
G=8.18%
B=69.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal259760.670.8800.70254.3378.8216.67
Hex1994C4358046fe4f11
Octal3111114103130010637611721
Binary1100110011001100100001110110000100011011111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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