#8A06BE

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

Shades of Dark Violet #8A06BE

Tints of Dark Violet #8A06BE

Color information

#8A06BE (or 0x8A06BE) is unknown color: approx Dark Violet. HEX triplet: 8A, 06 and BE. RGB value is (138,6,190). Sum of RGB (Red+Green+Blue) = 138+6+190=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06BE is #75F941. Grayscale: #414141. Windows color (decimal): -7731522 or 12453514. OLE color: 12453514.

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

Color convert

RGB1386190-
CMYK0.270.9700.25
HSL283.04º93.88%38.43%-
HSV(B)283.04º96.84%74.51%-
XYZ19.849.2549.46-
YUV66.44197.73179.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=41.32%
G=1.80%
B=56.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13861900.270.9700.25283.0493.8838.43
Hex8A6BE1B6101911b5e26
Octal21262763314103143313646
Binary10001010110101111101101111000010110011000110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A06BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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