#18094D

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

Shades of Violent Violet #18094D

Tints of Violent Violet #18094D

Color information

#18094D (or 0x18094D) is unknown color: approx Violent Violet. HEX triplet: 18, 09 and 4D. RGB value is (24,9,77). Sum of RGB (Red+Green+Blue) = 24+9+77=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 9 (3.91% from 255 or 8.18% 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 #18094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18094D is #E7F6B2. Grayscale: #141414. Windows color (decimal): -15201971 or 5048600. OLE color: 5048600.

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

Color convert

RGB24977-
CMYK0.690.8800.70
HSL253.24º79.07%16.86%-
HSV(B)253.24º88.31%30.2%-
XYZ1.810.937.1-
YUV21.24159.47129.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 77 (30.47% from 255) = 70%
R=21.82%
G=8.18%
B=70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal249770.690.8800.70253.2479.0716.86
Hex1894D4558046fd4f11
Octal3011115105130010637511721
Binary1100010011001101100010110110000100011011111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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