#8B2484

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

Shades of Dark Purple #8B2484

Tints of Dark Purple #8B2484

Color information

#8B2484 (or 0x8B2484) is unknown color: approx Dark Purple. HEX triplet: 8B, 24 and 84. RGB value is (139,36,132). Sum of RGB (Red+Green+Blue) = 139+36+132=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2484 is #74DB7B. Grayscale: #4D4D4D. Windows color (decimal): -7658364 or 8660107. OLE color: 8660107.

HSL color Cylindrical-coordinate representation of color #8B2484: hue angle of 304.08º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2484 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13936132-
CMYK00.740.050.45
HSL304.08º58.86%34.31%-
HSV(B)304.08º74.1%54.51%-
XYZ15.448.4222.64-
YUV77.74158.62171.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=45.28%
G=11.73%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393613200.740.050.45304.0858.8634.31
Hex8B248404A52D1303b22
Octal2134420401125554607342
Binary100010111001001000010001001010101101101100110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,132); }

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

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

 a { background-color: rgb(139,36,132); }

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

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

 span { border-color: rgb(139,36,132); }

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