#8A4385

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

Shades of Vivid Violet #8A4385

Tints of Vivid Violet #8A4385

Color information

#8A4385 (or 0x8A4385) is unknown color: approx Vivid Violet. HEX triplet: 8A, 43 and 85. RGB value is (138,67,133). Sum of RGB (Red+Green+Blue) = 138+67+133=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4385 is #75BC7A. Grayscale: #5F5F5F. Windows color (decimal): -7715963 or 8733578. OLE color: 8733578.

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

Color convert

RGB13867133-
CMYK00.510.040.46
HSL304.23º34.63%40.2%-
HSV(B)304.23º51.45%54.12%-
XYZ16.7211.1123.45-
YUV95.75149.02158.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=40.83%
G=19.82%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386713300.510.040.46304.2334.6340.2
Hex8A438503342E1302328
Octal2121032050634564604350
Binary100010101000011100001010110011100101110100110000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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