#140843

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

Shades of Violent Violet #140843

Tints of Violent Violet #140843

Color information

#140843 (or 0x140843) is unknown color: approx Violent Violet. HEX triplet: 14, 08 and 43. RGB value is (20,8,67). Sum of RGB (Red+Green+Blue) = 20+8+67=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #140843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140843 is #EBF7BC. Grayscale: #121212. Windows color (decimal): -15464381 or 4392980. OLE color: 4392980.

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

Color convert

RGB20867-
CMYK0.700.8800.74
HSL252.2º78.67%14.71%-
HSV(B)252.2º88.06%26.27%-
XYZ1.390.735.38-
YUV18.31155.48129.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 67 (26.56% from 255) = 70.53%
R=21.05%
G=8.42%
B=70.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal208670.700.8800.74252.278.6714.71
Hex14843465804Afc4ff
Octal2410103106130011237411717
Binary101001000100001110001101011000010010101111110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140843; }

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

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

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

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

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

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

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

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