#19094B

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

Shades of Violent Violet #19094B

Tints of Violent Violet #19094B

Color information

#19094B (or 0x19094B) is unknown color: approx Violent Violet. HEX triplet: 19, 09 and 4B. RGB value is (25,9,75). Sum of RGB (Red+Green+Blue) = 25+9+75=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #19094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19094B is #E6F6B4. Grayscale: #151515. Windows color (decimal): -15136437 or 4917529. OLE color: 4917529.

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

Color convert

RGB25975-
CMYK0.670.8800.71
HSL254.55º78.57%16.47%-
HSV(B)254.55º88%29.41%-
XYZ1.770.916.74-
YUV21.31158.3130.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=22.94%
G=8.26%
B=68.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal259750.670.8800.71254.5578.5716.47
Hex1994B4358047ff4f10
Octal3111113103130010737711720
Binary1100110011001011100001110110000100011111111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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