#200159

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

Shades of Violent Violet #200159

Tints of Violent Violet #200159

Color information

#200159 (or 0x200159) is unknown color: approx Violent Violet. HEX triplet: 20, 01 and 59. RGB value is (32,1,89). Sum of RGB (Red+Green+Blue) = 32+1+89=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #200159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200159 is #DFFEA6. Grayscale: #131313. Windows color (decimal): -14679719 or 5832992. OLE color: 5832992.

HSL color Cylindrical-coordinate representation of color #200159: hue angle of 261.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200159 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32189-
CMYK0.640.9900.65
HSL261.14º97.78%17.65%-
HSV(B)261.14º98.88%34.9%-
XYZ2.411.059.53-
YUV20.3166.77136.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 89 (35.16% from 255) = 72.95%
R=26.23%
G=0.82%
B=72.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal321890.640.9900.65261.1497.7817.65
Hex2015940630411056212
Octal401131100143010140514222
Binary100000110110011000000110001101000001100000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200159; }

 p { color: rgb(32,1,89); }

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

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

 a { background-color: rgb(32,1,89); }

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

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

 span { border-color: rgb(32,1,89); }

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