#80469C

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

Shades of Vivid Violet #80469C

Tints of Vivid Violet #80469C

Color information

#80469C (or 0x80469C) is unknown color: approx Vivid Violet. HEX triplet: 80, 46 and 9C. RGB value is (128,70,156). Sum of RGB (Red+Green+Blue) = 128+70+156=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #80469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80469C is #7FB963. Grayscale: #606060. Windows color (decimal): -8370532 or 10241664. OLE color: 10241664.

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

Color convert

RGB12870156-
CMYK0.180.5500.39
HSL280.47º38.05%44.31%-
HSV(B)280.47º55.13%61.18%-
XYZ17.0911.3732.75-
YUV97.15161.22150.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=36.16%
G=19.77%
B=44.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128701560.180.5500.39280.4738.0544.31
Hex80469C1237027118262c
Octal20010623422670474304654
Binary10000000100011010011100100101101110100111100011000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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