#8A06C1

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

Shades of Dark Violet #8A06C1

Tints of Dark Violet #8A06C1

Color information

#8A06C1 (or 0x8A06C1) is unknown color: approx Dark Violet. HEX triplet: 8A, 06 and C1. RGB value is (138,6,193). Sum of RGB (Red+Green+Blue) = 138+6+193=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A06C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06C1 is #75F93E. Grayscale: #424242. Windows color (decimal): -7731519 or 12650122. OLE color: 12650122.

HSL color Cylindrical-coordinate representation of color #8A06C1: hue angle of 282.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06C1 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1386193-
CMYK0.280.9700.24
HSL282.35º93.97%39.02%-
HSV(B)282.35º96.89%75.69%-
XYZ20.179.3851.2-
YUV66.79199.23178.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 193 (75.78% from 255) = 57.27%
R=40.95%
G=1.78%
B=57.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13861930.280.9700.24282.3593.9739.02
Hex8A6C11C6101811a5e27
Octal21263013414103043213647
Binary10001010110110000011110011000010110001000110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A06C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,193); }

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

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

 a { background-color: rgb(138,6,193); }

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

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

 span { border-color: rgb(138,6,193); }

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