#18094C

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

Shades of Violent Violet #18094C

Tints of Violent Violet #18094C

Color information

#18094C (or 0x18094C) is unknown color: approx Violent Violet. HEX triplet: 18, 09 and 4C. RGB value is (24,9,76). Sum of RGB (Red+Green+Blue) = 24+9+76=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #18094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18094C is #E7F6B3. Grayscale: #141414. Windows color (decimal): -15201972 or 4983064. OLE color: 4983064.

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

Color convert

RGB24976-
CMYK0.680.8800.70
HSL253.43º78.82%16.67%-
HSV(B)253.43º88.16%29.8%-
XYZ1.780.916.92-
YUV21.12158.97130.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 76 (30.08% from 255) = 69.72%
R=22.02%
G=8.26%
B=69.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal249760.680.8800.70253.4378.8216.67
Hex1894C4458046fd4f11
Octal3011114104130010637511721
Binary1100010011001100100010010110000100011011111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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