#140844

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

Shades of Violent Violet #140844

Tints of Violent Violet #140844

Color information

#140844 (or 0x140844) is unknown color: approx Violent Violet. HEX triplet: 14, 08 and 44. RGB value is (20,8,68). Sum of RGB (Red+Green+Blue) = 20+8+68=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #140844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140844 is #EBF7BB. Grayscale: #121212. Windows color (decimal): -15464380 or 4458516. OLE color: 4458516.

HSL color Cylindrical-coordinate representation of color #140844: hue angle of 252º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140844 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB20868-
CMYK0.710.8800.73
HSL252º78.95%14.9%-
HSV(B)252º88.24%26.67%-
XYZ1.420.745.54-
YUV18.43155.98129.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 68 (26.95% from 255) = 70.83%
R=20.83%
G=8.33%
B=70.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal208680.710.8800.7325278.9514.9
Hex148444758049fc4ff
Octal2410104107130011137411717
Binary101001000100010010001111011000010010011111110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140844; }

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

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

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

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

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

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

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

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