#8A3388

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

Shades of Vivid Violet #8A3388

Tints of Vivid Violet #8A3388

Color information

#8A3388 (or 0x8A3388) is unknown color: approx Vivid Violet. HEX triplet: 8A, 33 and 88. RGB value is (138,51,136). Sum of RGB (Red+Green+Blue) = 138+51+136=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3388 is #75CC77. Grayscale: #565656. Windows color (decimal): -7720056 or 8926090. OLE color: 8926090.

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

Color convert

RGB13851136-
CMYK00.630.010.46
HSL301.38º46.03%37.06%-
HSV(B)301.38º63.04%54.12%-
XYZ16.119.5524.29-
YUV86.7155.82164.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=42.46%
G=15.69%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385113600.630.010.46301.3846.0337.06
Hex8A338803F12E12d2e25
Octal212632100771564555645
Binary100010101100111000100001111111101110100101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,51,136); }

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

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

 a { background-color: rgb(138,51,136); }

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

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

 span { border-color: rgb(138,51,136); }

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