#8A04BE

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

Shades of Dark Violet #8A04BE

Tints of Dark Violet #8A04BE

Color information

#8A04BE (or 0x8A04BE) is unknown color: approx Dark Violet. HEX triplet: 8A, 04 and BE. RGB value is (138,4,190). Sum of RGB (Red+Green+Blue) = 138+4+190=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A04BE is #75FB41. Grayscale: #404040. Windows color (decimal): -7732034 or 12453002. OLE color: 12453002.

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

Color convert

RGB1384190-
CMYK0.270.9800.25
HSL283.23º95.88%38.04%-
HSV(B)283.23º97.89%74.51%-
XYZ19.829.2149.45-
YUV65.27198.39179.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=41.57%
G=1.20%
B=57.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13841900.270.9800.25283.2395.8838.04
Hex8A4BE1B6201911b6026
Octal21242763314203143314046
Binary10001010100101111101101111000100110011000110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A04BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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