#200950

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

Shades of Violent Violet #200950

Tints of Violent Violet #200950

Color information

#200950 (or 0x200950) is unknown color: approx Violent Violet. HEX triplet: 20, 09 and 50. RGB value is (32,9,80). Sum of RGB (Red+Green+Blue) = 32+9+80=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #200950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200950 is #DFF6AF. Grayscale: #171717. Windows color (decimal): -14677680 or 5245216. OLE color: 5245216.

HSL color Cylindrical-coordinate representation of color #200950: hue angle of 259.44º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200950 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32980-
CMYK0.600.8900.69
HSL259.44º79.78%17.45%-
HSV(B)259.44º88.75%31.37%-
XYZ2.141.087.69-
YUV23.97159.62133.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.45%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=26.45%
G=7.44%
B=66.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal329800.600.8900.69259.4479.7817.45
Hex209503C590451035011
Octal401112074131010540312021
Binary10000010011010000111100101100101000101100000011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200950; }

 p { color: rgb(32,9,80); }

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

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

 a { background-color: rgb(32,9,80); }

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

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

 span { border-color: rgb(32,9,80); }

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