#140250

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

Shades of Violent Violet #140250

Tints of Violent Violet #140250

Color information

#140250 (or 0x140250) is unknown color: approx Violent Violet. HEX triplet: 14, 02 and 50. RGB value is (20,2,80). Sum of RGB (Red+Green+Blue) = 20+2+80=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #140250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140250 is #EBFDAF. Grayscale: #0F0F0F. Windows color (decimal): -15465904 or 5243412. OLE color: 5243412.

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

Color convert

RGB20280-
CMYK0.750.9800.69
HSL253.85º95.12%16.08%-
HSV(B)253.85º97.5%31.37%-
XYZ1.760.777.65-
YUV16.27163.96130.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=19.61%
G=1.96%
B=78.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal202800.750.9800.69253.8595.1216.08
Hex142504B62045fe5f10
Octal242120113142010537613720
Binary10100101010000100101111000100100010111111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140250; }

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

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

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

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

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

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

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

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