#19084D

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

Shades of Violent Violet #19084D

Tints of Violent Violet #19084D

Color information

#19084D (or 0x19084D) is unknown color: approx Violent Violet. HEX triplet: 19, 08 and 4D. RGB value is (25,8,77). Sum of RGB (Red+Green+Blue) = 25+8+77=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #19084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19084D is #E6F7B2. Grayscale: #141414. Windows color (decimal): -15136691 or 5048345. OLE color: 5048345.

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

Color convert

RGB25877-
CMYK0.680.9000.70
HSL254.78º81.18%16.67%-
HSV(B)254.78º89.61%30.2%-
XYZ1.830.927.1-
YUV20.95159.63130.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 77 (30.47% from 255) = 70%
R=22.73%
G=7.27%
B=70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal258770.680.9000.70254.7881.1816.67
Hex1984D445A046ff5111
Octal3110115104132010637712121
Binary1100110001001101100010010110100100011011111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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