#140841

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

Shades of Violent Violet #140841

Tints of Violent Violet #140841

Color information

#140841 (or 0x140841) is unknown color: approx Violent Violet. HEX triplet: 14, 08 and 41. RGB value is (20,8,65). Sum of RGB (Red+Green+Blue) = 20+8+65=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #140841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140841 is #EBF7BE. Grayscale: #111111. Windows color (decimal): -15464383 or 4261908. OLE color: 4261908.

HSL color Cylindrical-coordinate representation of color #140841: hue angle of 252.63º 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 #140841 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB20865-
CMYK0.690.8800.75
HSL252.63º78.08%14.31%-
HSV(B)252.63º87.69%25.49%-
XYZ1.330.75.07-
YUV18.09154.48129.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=21.51%
G=8.60%
B=69.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal208650.690.8800.75252.6378.0814.31
Hex14841455804Bfd4ee
Octal2410101105130011337511616
Binary101001000100000110001011011000010010111111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140841; }

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

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

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

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

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

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

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

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