#8A3687

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

Shades of Vivid Violet #8A3687

Tints of Vivid Violet #8A3687

Color information

#8A3687 (or 0x8A3687) is unknown color: approx Vivid Violet. HEX triplet: 8A, 36 and 87. RGB value is (138,54,135). Sum of RGB (Red+Green+Blue) = 138+54+135=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3687 is #75C978. Grayscale: #585858. Windows color (decimal): -7719289 or 8861322. OLE color: 8861322.

HSL color Cylindrical-coordinate representation of color #8A3687: hue angle of 302.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3687 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB13854135-
CMYK00.610.020.46
HSL302.14º43.75%37.65%-
HSV(B)302.14º60.87%54.12%-
XYZ16.179.7923.96-
YUV88.35154.33163.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=42.20%
G=16.51%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385413500.610.020.46302.1443.7537.65
Hex8A368703D22E12e2c26
Octal212662070752564565446
Binary1000101011011010000111011110110101110100101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,54,135); }

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

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

 a { background-color: rgb(138,54,135); }

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

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

 span { border-color: rgb(138,54,135); }

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