#80309C

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

Shades of Vivid Violet #80309C

Tints of Vivid Violet #80309C

Color information

#80309C (or 0x80309C) is unknown color: approx Vivid Violet. HEX triplet: 80, 30 and 9C. RGB value is (128,48,156). Sum of RGB (Red+Green+Blue) = 128+48+156=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #80309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80309C is #7FCF63. Grayscale: #535353. Windows color (decimal): -8376164 or 10236032. OLE color: 10236032.

HSL color Cylindrical-coordinate representation of color #80309C: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80309C is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12848156-
CMYK0.180.6900.39
HSL284.44º52.94%40%-
HSV(B)284.44º69.23%61.18%-
XYZ15.969.132.37-
YUV84.23168.5159.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=38.55%
G=14.46%
B=46.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128481560.180.6900.39284.4452.9440
Hex80309C124502711c3528
Octal20060234221050474346550
Binary10000000110000100111001001010001010100111100011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,48,156); }

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

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

 a { background-color: rgb(128,48,156); }

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

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

 span { border-color: rgb(128,48,156); }

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