#8B1C8A

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

Shades of Dark Purple #8B1C8A

Tints of Dark Purple #8B1C8A

Color information

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

HSL color Cylindrical-coordinate representation of color #8B1C8A: hue angle of 300.54º 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 #8B1C8A is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13928138-
CMYK00.800.010.45
HSL300.54º66.47%32.75%-
HSV(B)300.54º79.86%54.51%-
XYZ15.658.1524.79-
YUV73.73164.27174.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392813800.800.010.45300.5466.4732.75
Hex8B1C8A05012D12d4221
Octal21334212012015545510241
Binary1000101111100100010100101000011011011001011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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