#140143

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

Shades of Violent Violet #140143

Tints of Violent Violet #140143

Color information

#140143 (or 0x140143) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 43. RGB value is (20,1,67). Sum of RGB (Red+Green+Blue) = 20+1+67=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #140143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140143 is #EBFEBC. Grayscale: #0D0D0D. Windows color (decimal): -15466173 or 4391188. OLE color: 4391188.

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

Color convert

RGB20167-
CMYK0.700.9900.74
HSL257.27º97.06%13.33%-
HSV(B)257.27º98.51%26.27%-
XYZ1.310.585.35-
YUV14.2157.79132.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 67 (26.56% from 255) = 76.14%
R=22.73%
G=1.14%
B=76.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal201670.700.9900.74257.2797.0613.33
Hex14143466304A10161d
Octal241103106143011240114115
Binary1010011000011100011011000110100101010000000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140143; }

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

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

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

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

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

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

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

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