#140840

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

Shades of Violent Violet #140840

Tints of Violent Violet #140840

Color information

#140840 (or 0x140840) is unknown color: approx Violent Violet. HEX triplet: 14, 08 and 40. RGB value is (20,8,64). Sum of RGB (Red+Green+Blue) = 20+8+64=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #140840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140840 is #EBF7BF. Grayscale: #111111. Windows color (decimal): -15464384 or 4196372. OLE color: 4196372.

HSL color Cylindrical-coordinate representation of color #140840: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140840 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20864-
CMYK0.690.8700.75
HSL252.86º77.78%14.12%-
HSV(B)252.86º87.5%25.1%-
XYZ1.30.694.92-
YUV17.97153.98129.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=21.74%
G=8.70%
B=69.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal208640.690.8700.75252.8677.7814.12
Hex14840455704Bfd4ee
Octal2410100105127011337511616
Binary101001000100000010001011010111010010111111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140840; }

 p { color: rgb(20,8,64); }

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

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

 a { background-color: rgb(20,8,64); }

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

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

 span { border-color: rgb(20,8,64); }

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