#140148

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

Shades of Violent Violet #140148

Tints of Violent Violet #140148

Color information

#140148 (or 0x140148) is unknown color: approx Violent Violet. HEX triplet: 14, 01 and 48. RGB value is (20,1,72). Sum of RGB (Red+Green+Blue) = 20+1+72=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #140148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140148 is #EBFEB7. Grayscale: #0E0E0E. Windows color (decimal): -15466168 or 4718868. OLE color: 4718868.

HSL color Cylindrical-coordinate representation of color #140148: hue angle of 256.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140148 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB20172-
CMYK0.720.9900.72
HSL256.06º97.26%14.31%-
HSV(B)256.06º98.61%28.24%-
XYZ1.470.646.18-
YUV14.77160.29131.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=21.51%
G=1.08%
B=77.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal201720.720.9900.72256.0697.2614.31
Hex14148486304810061e
Octal241110110143011040014116
Binary1010011001000100100011000110100100010000000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140148; }

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

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

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

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

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

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

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

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