#8A1863

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

Shades of Dark Purple #8A1863

Tints of Dark Purple #8A1863

Color information

#8A1863 (or 0x8A1863) is unknown color: approx Dark Purple. HEX triplet: 8A, 18 and 63. RGB value is (138,24,99). Sum of RGB (Red+Green+Blue) = 138+24+99=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1863 is #75E79C. Grayscale: #424242. Windows color (decimal): -7727005 or 6494346. OLE color: 6494346.

HSL color Cylindrical-coordinate representation of color #8A1863: hue angle of 320.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1863 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1382499-
CMYK00.830.280.46
HSL320.53º70.37%31.76%-
HSV(B)320.53º82.61%54.12%-
XYZ13.066.9612.46-
YUV66.64146.27178.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=52.87%
G=9.20%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138249900.830.280.46320.5370.3731.76
Hex8A18630531C2E1414620
Octal212301430123345650110640
Binary1000101011000110001101010011111001011101010000011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,99); }

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

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

 a { background-color: rgb(138,24,99); }

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

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

 span { border-color: rgb(138,24,99); }

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