#140150

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

Shades of Violent Violet #140150

Tints of Violent Violet #140150

Color information

#140150 (or 0x140150) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 50. RGB value is (20,1,80). Sum of RGB (Red+Green+Blue) = 20+1+80=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #140150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140150 is #EBFEAF. Grayscale: #0F0F0F. Windows color (decimal): -15466160 or 5243156. OLE color: 5243156.

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

Color convert

RGB20180-
CMYK0.750.9900.69
HSL254.43º97.53%15.88%-
HSV(B)254.43º98.75%31.37%-
XYZ1.750.757.64-
YUV15.69164.29131.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=19.80%
G=0.99%
B=79.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal201800.750.9900.69254.4397.5315.88
Hex141504B63045fe6210
Octal241120113143010537614220
Binary1010011010000100101111000110100010111111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140150; }

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

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

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

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

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

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

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

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