#8A32AD

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

Shades of Vivid Violet #8A32AD

Tints of Vivid Violet #8A32AD

Color information

#8A32AD (or 0x8A32AD) is unknown color: approx Vivid Violet. HEX triplet: 8A, 32 and AD. RGB value is (138,50,173). Sum of RGB (Red+Green+Blue) = 138+50+173=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A32AD is #75CD52. Grayscale: #595959. Windows color (decimal): -7720275 or 11350666. OLE color: 11350666.

HSL color Cylindrical-coordinate representation of color #8A32AD: hue angle of 282.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A32AD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13850173-
CMYK0.200.7100.32
HSL282.93º55.16%43.73%-
HSV(B)282.93º71.1%67.84%-
XYZ19.1610.740.59-
YUV90.33174.65162-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 50 (19.92% from 255) = 13.85%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=38.23%
G=13.85%
B=47.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138501730.200.7100.32282.9355.1643.73
Hex8A32AD144702011b372c
Octal21262255241070404336754
Binary10001010110010101011011010010001110100000100011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,173); }

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

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

 a { background-color: rgb(138,50,173); }

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

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

 span { border-color: rgb(138,50,173); }

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