#18084C

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

Shades of Violent Violet #18084C

Tints of Violent Violet #18084C

Color information

#18084C (or 0x18084C) is unknown color: approx Violent Violet. HEX triplet: 18, 08 and 4C. RGB value is (24,8,76). Sum of RGB (Red+Green+Blue) = 24+8+76=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #18084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18084C is #E7F7B3. Grayscale: #141414. Windows color (decimal): -15202228 or 4982808. OLE color: 4982808.

HSL color Cylindrical-coordinate representation of color #18084C: hue angle of 254.12º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18084C is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB24876-
CMYK0.680.8900.70
HSL254.12º80.95%16.47%-
HSV(B)254.12º89.47%29.8%-
XYZ1.770.896.92-
YUV20.54159.3130.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 76 (30.08% from 255) = 70.37%
R=22.22%
G=7.41%
B=70.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal248760.680.8900.70254.1280.9516.47
Hex1884C4459046fe5110
Octal3010114104131010637612120
Binary1100010001001100100010010110010100011011111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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