#190250

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

Shades of Violent Violet #190250

Tints of Violent Violet #190250

Color information

#190250 (or 0x190250) is unknown color: approx Violent Violet. HEX triplet: 19, 02 and 50. RGB value is (25,2,80). Sum of RGB (Red+Green+Blue) = 25+2+80=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #190250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190250 is #E6FDAF. Grayscale: #111111. Windows color (decimal): -15138224 or 5243417. OLE color: 5243417.

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

Color convert

RGB25280-
CMYK0.690.9800.69
HSL257.69º95.12%16.08%-
HSV(B)257.69º97.5%31.37%-
XYZ1.870.837.65-
YUV17.77163.12133.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=23.36%
G=1.87%
B=74.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal252800.690.9800.69257.6995.1216.08
Hex1925045620451025f10
Octal312120105142010540213720
Binary110011010100001000101110001001000101100000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190250; }

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

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

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

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

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

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

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

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