#8A3BAD

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

Shades of Vivid Violet #8A3BAD

Tints of Vivid Violet #8A3BAD

Color information

#8A3BAD (or 0x8A3BAD) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3B and AD. RGB value is (138,59,173). Sum of RGB (Red+Green+Blue) = 138+59+173=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3BAD is #75C452. Grayscale: #5F5F5F. Windows color (decimal): -7717971 or 11352970. OLE color: 11352970.

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

Color convert

RGB13859173-
CMYK0.200.6600.32
HSL281.58º49.14%45.49%-
HSV(B)281.58º65.9%67.84%-
XYZ19.5911.5540.73-
YUV95.62171.67158.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=37.30%
G=15.95%
B=46.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138591730.200.6600.32281.5849.1445.49
Hex8A3BAD144202011a312d
Octal21273255241020404326155
Binary10001010111011101011011010010000100100000100011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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