#7811A9

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

Shades of Vivid Violet #7811A9

Tints of Vivid Violet #7811A9

Color information

#7811A9 (or 0x7811A9) is unknown color: approx Vivid Violet. HEX triplet: 78, 11 and A9. RGB value is (120,17,169). Sum of RGB (Red+Green+Blue) = 120+17+169=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #7811A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7811A9 is #87EE56. Grayscale: #404040. Windows color (decimal): -8908375 or 11080056. OLE color: 11080056.

HSL color Cylindrical-coordinate representation of color #7811A9: hue angle of 280.66º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7811A9 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12017169-
CMYK0.290.9000.34
HSL280.66º81.72%36.47%-
HSV(B)280.66º89.94%66.27%-
XYZ15.117.2638.14-
YUV65.12186.62167.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 169 (66.41% from 255) = 55.23%
R=39.22%
G=5.56%
B=55.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120171690.290.9000.34280.6681.7236.47
Hex7811A91D5A0221195224
Octal170212513513204243112244
Binary1111000100011010100111101101101001000101000110011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7811A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7811A9; }

 p { color: rgb(120,17,169); }

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

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

 a { background-color: rgb(120,17,169); }

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

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

 span { border-color: rgb(120,17,169); }

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