#8A10B1

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

Shades of Dark Violet #8A10B1

Tints of Dark Violet #8A10B1

Color information

#8A10B1 (or 0x8A10B1) is unknown color: approx Dark Violet. HEX triplet: 8A, 10 and B1. RGB value is (138,16,177). Sum of RGB (Red+Green+Blue) = 138+16+177=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A10B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A10B1 is #75EF4E. Grayscale: #464646. Windows color (decimal): -7728975 or 11604106. OLE color: 11604106.

HSL color Cylindrical-coordinate representation of color #8A10B1: hue angle of 285.47º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A10B1 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13816177-
CMYK0.220.9100.31
HSL285.47º83.42%37.84%-
HSV(B)285.47º90.96%69.41%-
XYZ18.68.9542.34-
YUV70.83187.92175.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 16 (6.64% from 255) = 4.83%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=41.69%
G=4.83%
B=53.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138161770.220.9100.31285.4783.4237.84
Hex8A10B1165B01F11d5326
Octal212202612613303743512346
Binary1000101010000101100011011010110110111111000111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A10B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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