#8A3585

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

Shades of Vivid Violet #8A3585

Tints of Vivid Violet #8A3585

Color information

#8A3585 (or 0x8A3585) is unknown color: approx Vivid Violet. HEX triplet: 8A, 35 and 85. RGB value is (138,53,133). Sum of RGB (Red+Green+Blue) = 138+53+133=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3585 is #75CA7A. Grayscale: #575757. Windows color (decimal): -7719547 or 8729994. OLE color: 8729994.

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

Color convert

RGB13853133-
CMYK00.620.040.46
HSL303.53º44.5%37.45%-
HSV(B)303.53º61.59%54.12%-
XYZ15.999.6423.21-
YUV87.54153.66164-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.59%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=42.59%
G=16.36%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385313300.620.040.46303.5344.537.45
Hex8A358503E42E1302d25
Octal212652050764564605545
Binary10001010110101100001010111110100101110100110000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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