#200855

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

Shades of Violent Violet #200855

Tints of Violent Violet #200855

Color information

#200855 (or 0x200855) is unknown color: approx Violent Violet. HEX triplet: 20, 08 and 55. RGB value is (32,8,85). Sum of RGB (Red+Green+Blue) = 32+8+85=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #200855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200855 is #DFF7AA. Grayscale: #171717. Windows color (decimal): -14677931 or 5572640. OLE color: 5572640.

HSL color Cylindrical-coordinate representation of color #200855: hue angle of 258.7º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200855 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB32885-
CMYK0.620.9100.67
HSL258.7º82.8%18.24%-
HSV(B)258.7º90.59%33.33%-
XYZ2.321.148.69-
YUV23.95162.45133.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 85 (33.59% from 255) = 68%
R=25.6%
G=6.4%
B=68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal328850.620.9100.67258.782.818.24
Hex208553E5B0431035312
Octal401012576133010340312322
Binary10000010001010101111110101101101000011100000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200855; }

 p { color: rgb(32,8,85); }

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

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

 a { background-color: rgb(32,8,85); }

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

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

 span { border-color: rgb(32,8,85); }

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