#8A4299

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

Shades of Vivid Violet #8A4299

Tints of Vivid Violet #8A4299

Color information

#8A4299 (or 0x8A4299) is unknown color: approx Vivid Violet. HEX triplet: 8A, 42 and 99. RGB value is (138,66,153). Sum of RGB (Red+Green+Blue) = 138+66+153=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4299 is #75BD66. Grayscale: #616161. Windows color (decimal): -7716199 or 10044042. OLE color: 10044042.

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

Color convert

RGB13866153-
CMYK0.100.5700.4
HSL289.66º39.73%42.94%-
HSV(B)289.66º56.86%60%-
XYZ18.1811.631.42-
YUV97.45159.35156.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=38.66%
G=18.49%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138661530.100.5700.4289.6639.7342.94
Hex8A4299A39028122282b
Octal21210223112710504425053
Binary1000101010000101001100110101110010101000100100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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