#20095C

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

Shades of Violent Violet #20095C

Tints of Violent Violet #20095C

Color information

#20095C (or 0x20095C) is unknown color: approx Violent Violet. HEX triplet: 20, 09 and 5C. RGB value is (32,9,92). Sum of RGB (Red+Green+Blue) = 32+9+92=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #20095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20095C is #DFF6A3. Grayscale: #191919. Windows color (decimal): -14677668 or 6031648. OLE color: 6031648.

HSL color Cylindrical-coordinate representation of color #20095C: hue angle of 256.63º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20095C is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32992-
CMYK0.650.9000.64
HSL256.63º82.18%19.8%-
HSV(B)256.63º90.22%36.08%-
XYZ2.631.2810.23-
YUV25.34165.62132.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=24.06%
G=6.77%
B=69.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal329920.650.9000.64256.6382.1819.8
Hex2095C415A0401015214
Octal4011134101132010040112224
Binary100000100110111001000001101101001000000100000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20095C; }

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

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

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

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

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

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

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

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