#8C1A83

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

Shades of Dark Purple #8C1A83

Tints of Dark Purple #8C1A83

Color information

#8C1A83 (or 0x8C1A83) is unknown color: approx Dark Purple. HEX triplet: 8C, 1A and 83. RGB value is (140,26,131). Sum of RGB (Red+Green+Blue) = 140+26+131=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A83 is #73E57C. Grayscale: #474747. Windows color (decimal): -7595389 or 8592012. OLE color: 8592012.

HSL color Cylindrical-coordinate representation of color #8C1A83: hue angle of 304.74º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A83 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14026131-
CMYK00.810.060.45
HSL304.74º68.67%32.55%-
HSV(B)304.74º81.43%54.9%-
XYZ15.287.9522.2-
YUV72.06161.27176.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=47.14%
G=8.75%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402613100.810.060.45304.7468.6732.55
Hex8C1A8305162D1314521
Octal21432203012165546110541
Binary100011001101010000011010100011101011011001100011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,131); }

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

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

 a { background-color: rgb(140,26,131); }

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

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

 span { border-color: rgb(140,26,131); }

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