#8A3E85

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

Shades of Vivid Violet #8A3E85

Tints of Vivid Violet #8A3E85

Color information

#8A3E85 (or 0x8A3E85) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3E and 85. RGB value is (138,62,133). Sum of RGB (Red+Green+Blue) = 138+62+133=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3E85 is #75C17A. Grayscale: #5C5C5C. Windows color (decimal): -7717243 or 8732298. OLE color: 8732298.

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

Color convert

RGB13862133-
CMYK00.550.040.46
HSL303.95º38%39.22%-
HSV(B)303.95º55.07%54.12%-
XYZ16.4410.5423.36-
YUV92.82150.68160.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=41.44%
G=18.62%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386213300.550.040.46303.953839.22
Hex8A3E8503742E1302627
Octal212762050674564604647
Binary10001010111110100001010110111100101110100110000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,133); }

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

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

 a { background-color: rgb(138,62,133); }

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

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

 span { border-color: rgb(138,62,133); }

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