#8A10CA

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

Shades of Dark Violet #8A10CA

Tints of Dark Violet #8A10CA

Color information

#8A10CA (or 0x8A10CA) is unknown color: approx Dark Violet. HEX triplet: 8A, 10 and CA. RGB value is (138,16,202). Sum of RGB (Red+Green+Blue) = 138+16+202=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A10CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A10CA is #75EF35. Grayscale: #494949. Windows color (decimal): -7728950 or 13242506. OLE color: 13242506.

HSL color Cylindrical-coordinate representation of color #8A10CA: hue angle of 279.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A10CA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13816202-
CMYK0.320.9200.21
HSL279.35º85.32%42.75%-
HSV(B)279.35º92.08%79.22%-
XYZ21.3310.0456.69-
YUV73.68200.42173.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 16 (6.64% from 255) = 4.49%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=38.76%
G=4.49%
B=56.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138162020.320.9200.21279.3585.3242.75
Hex8A10CA205C015117552b
Octal212203124013402542712553
Binary10001010100001100101010000010111000101011000101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A10CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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