#8A0BD9

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

Shades of Dark Violet #8A0BD9

Tints of Dark Violet #8A0BD9

Color information

#8A0BD9 (or 0x8A0BD9) is unknown color: approx Dark Violet. HEX triplet: 8A, 0B and D9. RGB value is (138,11,217). Sum of RGB (Red+Green+Blue) = 138+11+217=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #8A0BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BD9 is #75F426. Grayscale: #474747. Windows color (decimal): -7730215 or 14224266. OLE color: 14224266.

HSL color Cylindrical-coordinate representation of color #8A0BD9: hue angle of 276.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0BD9 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13811217-
CMYK0.360.9500.15
HSL276.99º90.35%44.71%-
HSV(B)276.99º94.93%85.1%-
XYZ23.1310.6566.48-
YUV72.46209.58174.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 11 (4.69% from 255) = 3.01%
BLUE value IS 217 (85.16% from 255) = 59.29%
R=37.70%
G=3.01%
B=59.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138112170.360.9500.15276.9990.3544.71
Hex8ABD9245F0F1155a2d
Octal212133314413701742513255
Binary100010101011110110011001001011111011111000101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,217); }

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

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

 a { background-color: rgb(138,11,217); }

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

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

 span { border-color: rgb(138,11,217); }

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