#140140

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

Shades of Violent Violet #140140

Tints of Violent Violet #140140

Color information

#140140 (or 0x140140) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 40. RGB value is (20,1,64). Sum of RGB (Red+Green+Blue) = 20+1+64=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #140140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140140 is #EBFEBF. Grayscale: #0D0D0D. Windows color (decimal): -15466176 or 4194580. OLE color: 4194580.

HSL color Cylindrical-coordinate representation of color #140140: hue angle of 258.1º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140140 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20164-
CMYK0.690.9800.75
HSL258.1º96.92%12.75%-
HSV(B)258.1º98.44%25.1%-
XYZ1.220.544.89-
YUV13.86156.29132.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 64 (25.39% from 255) = 75.29%
R=23.53%
G=1.18%
B=75.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal201640.690.9800.75258.196.9212.75
Hex14140456204B10261d
Octal241100105142011340214115
Binary1010011000000100010111000100100101110000001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140140; }

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

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

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

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

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

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

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

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