#8A05BA

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

Shades of Dark Violet #8A05BA

Tints of Dark Violet #8A05BA

Color information

#8A05BA (or 0x8A05BA) is unknown color: approx Dark Violet. HEX triplet: 8A, 05 and BA. RGB value is (138,5,186). Sum of RGB (Red+Green+Blue) = 138+5+186=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05BA is #75FA45. Grayscale: #404040. Windows color (decimal): -7731782 or 12191114. OLE color: 12191114.

HSL color Cylindrical-coordinate representation of color #8A05BA: hue angle of 284.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A05BA is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1385186-
CMYK0.260.9700.27
HSL284.09º94.76%37.45%-
HSV(B)284.09º97.31%72.94%-
XYZ19.49.0647.18-
YUV65.4196.06179.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=41.95%
G=1.52%
B=56.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13851860.260.9700.27284.0994.7637.45
Hex8A5BA1A6101B11c5f25
Octal21252723214103343413745
Binary10001010101101110101101011000010110111000111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,186); }

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

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

 a { background-color: rgb(138,5,186); }

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

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

 span { border-color: rgb(138,5,186); }

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