#8a1c8b

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

Shades of Dark Purple #8A1C8B

Tints of Dark Purple #8A1C8B

Color information

#8A1C8B (or 0x8A1C8B) is unknown color: approx Dark Purple. HEX triplet: 8A, 1C and 8B. RGB value is (138,28,139). Sum of RGB (Red+Green+Blue) = 138+28+139=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1C8B is #75E374. Grayscale: #494949. Windows color (decimal): -7725941 or 9116810. OLE color: 9116810.

HSL color Cylindrical-coordinate representation of color #8A1C8B: hue angle of 299.46º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C8B is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13828139-
CMYK0.010.8000.45
HSL299.46º66.47%32.75%-
HSV(B)299.46º79.86%54.51%-
XYZ15.568.125.17-
YUV73.54164.94173.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=45.25%
G=9.18%
B=45.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal138281390.010.8000.45299.4666.4732.75
Hex8A1C8B15002D12b4221
Octal21234213112005545310241
Binary1000101011100100010111101000001011011001010111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,28,139); }

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

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

 a { background-color: rgb(138,28,139); }

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

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

 span { border-color: rgb(138,28,139); }

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