#8A4C9F

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

Shades of Vivid Violet #8A4C9F

Tints of Vivid Violet #8A4C9F

Color information

#8A4C9F (or 0x8A4C9F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 4C and 9F. RGB value is (138,76,159). Sum of RGB (Red+Green+Blue) = 138+76+159=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A4C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4C9F is #75B360. Grayscale: #676767. Windows color (decimal): -7713633 or 10439818. OLE color: 10439818.

HSL color Cylindrical-coordinate representation of color #8A4C9F: hue angle of 284.82º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4C9F is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13876159-
CMYK0.130.5200.38
HSL284.82º35.32%46.08%-
HSV(B)284.82º52.2%62.35%-
XYZ19.3213.0834.31-
YUV104159.04152.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=37.00%
G=20.38%
B=42.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138761590.130.5200.38284.8235.3246.08
Hex8A4C9FD3402611d232e
Octal21211423715640464354356
Binary1000101010011001001111111011101000100110100011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,159); }

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

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

 a { background-color: rgb(138,76,159); }

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

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

 span { border-color: rgb(138,76,159); }

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