#8A10B6

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

Shades of Dark Violet #8A10B6

Tints of Dark Violet #8A10B6

Color information

#8A10B6 (or 0x8A10B6) is unknown color: approx Dark Violet. HEX triplet: 8A, 10 and B6. RGB value is (138,16,182). Sum of RGB (Red+Green+Blue) = 138+16+182=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A10B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A10B6 is #75EF49. Grayscale: #464646. Windows color (decimal): -7728970 or 11931786. OLE color: 11931786.

HSL color Cylindrical-coordinate representation of color #8A10B6: hue angle of 284.1º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A10B6 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13816182-
CMYK0.240.9100.29
HSL284.1º83.84%38.82%-
HSV(B)284.1º91.21%71.37%-
XYZ19.119.1545.02-
YUV71.4190.42175.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 16 (6.64% from 255) = 4.76%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=41.07%
G=4.76%
B=54.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138161820.240.9100.29284.183.8438.82
Hex8A10B6185B01D11c5427
Octal212202663013303543412447
Binary1000101010000101101101100010110110111011000111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A10B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,16,182); }

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

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

 a { background-color: rgb(138,16,182); }

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

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

 span { border-color: rgb(138,16,182); }

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