#8A04BD

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

Shades of Dark Violet #8A04BD

Tints of Dark Violet #8A04BD

Color information

#8A04BD (or 0x8A04BD) is unknown color: approx Dark Violet. HEX triplet: 8A, 04 and BD. RGB value is (138,4,189). Sum of RGB (Red+Green+Blue) = 138+4+189=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A04BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04BD is #75FB42. Grayscale: #404040. Windows color (decimal): -7732035 or 12387466. OLE color: 12387466.

HSL color Cylindrical-coordinate representation of color #8A04BD: hue angle of 283.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04BD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1384189-
CMYK0.270.9800.26
HSL283.46º95.85%37.84%-
HSV(B)283.46º97.88%74.12%-
XYZ19.719.1648.87-
YUV65.16197.89179.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=41.69%
G=1.21%
B=57.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13841890.270.9800.26283.4695.8537.84
Hex8A4BD1B6201A11b6026
Octal21242753314203243314046
Binary10001010100101111011101111000100110101000110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A04BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,4,189); }

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

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

 a { background-color: rgb(138,4,189); }

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

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

 span { border-color: rgb(138,4,189); }

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