#8B1983

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

Shades of Dark Purple #8B1983

Tints of Dark Purple #8B1983

Color information

#8B1983 (or 0x8B1983) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 83. RGB value is (139,25,131). Sum of RGB (Red+Green+Blue) = 139+25+131=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1983 is #74E67C. Grayscale: #464646. Windows color (decimal): -7661181 or 8591755. OLE color: 8591755.

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

Color convert

RGB13925131-
CMYK00.820.060.45
HSL304.21º69.51%32.16%-
HSV(B)304.21º82.01%54.51%-
XYZ15.097.8222.19-
YUV71.17161.77176.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=47.12%
G=8.47%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392513100.820.060.45304.2169.5132.16
Hex8B198305262D1304620
Octal21331203012265546010640
Binary100010111100110000011010100101101011011001100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,131); }

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

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

 a { background-color: rgb(139,25,131); }

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

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

 span { border-color: rgb(139,25,131); }

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