#8A10B3

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

Shades of Dark Violet #8A10B3

Tints of Dark Violet #8A10B3

Color information

#8A10B3 (or 0x8A10B3) is unknown color: approx Dark Violet. HEX triplet: 8A, 10 and B3. RGB value is (138,16,179). Sum of RGB (Red+Green+Blue) = 138+16+179=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A10B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A10B3 is #75EF4C. Grayscale: #464646. Windows color (decimal): -7728973 or 11735178. OLE color: 11735178.

HSL color Cylindrical-coordinate representation of color #8A10B3: hue angle of 284.91º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A10B3 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13816179-
CMYK0.230.9100.30
HSL284.91º83.59%38.24%-
HSV(B)284.91º91.06%70.2%-
XYZ18.89.0343.4-
YUV71.06188.92175.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 16 (6.64% from 255) = 4.80%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=41.44%
G=4.80%
B=53.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138161790.230.9100.30284.9183.5938.24
Hex8A10B3175B01E11d5426
Octal212202632713303643512446
Binary1000101010000101100111011110110110111101000111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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