#8A2699

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

Shades of Vivid Violet #8A2699

Tints of Vivid Violet #8A2699

Color information

#8A2699 (or 0x8A2699) is unknown color: approx Vivid Violet. HEX triplet: 8A, 26 and 99. RGB value is (138,38,153). Sum of RGB (Red+Green+Blue) = 138+38+153=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2699 is #75D966. Grayscale: #505050. Windows color (decimal): -7723367 or 10036874. OLE color: 10036874.

HSL color Cylindrical-coordinate representation of color #8A2699: hue angle of 292.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2699 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13838153-
CMYK0.100.7500.4
HSL292.17º60.21%37.45%-
HSV(B)292.17º75.16%60%-
XYZ16.929.0931-
YUV81.01168.63168.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=41.95%
G=11.55%
B=46.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138381530.100.7500.4292.1760.2137.45
Hex8A2699A4B0281243c25
Octal21246231121130504447445
Binary1000101010011010011001101010010110101000100100100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2699; }

 p { color: rgb(138,38,153); }

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

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

 a { background-color: rgb(138,38,153); }

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

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

 span { border-color: rgb(138,38,153); }

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