#8B2874

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

Shades of Dark Purple #8B2874

Tints of Dark Purple #8B2874

Color information

#8B2874 (or 0x8B2874) is unknown color: approx Dark Purple. HEX triplet: 8B, 28 and 74. RGB value is (139,40,116). Sum of RGB (Red+Green+Blue) = 139+40+116=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2874 is #74D78B. Grayscale: #4E4E4E. Windows color (decimal): -7657356 or 7612555. OLE color: 7612555.

HSL color Cylindrical-coordinate representation of color #8B2874: hue angle of 313.94º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2874 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13940116-
CMYK00.710.170.45
HSL313.94º55.31%35.1%-
HSV(B)313.94º71.22%54.51%-
XYZ14.568.2717.35-
YUV78.26149.3171.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=47.12%
G=13.56%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394011600.710.170.45313.9455.3135.1
Hex8B2874047112D13a3723
Octal21350164010721554726743
Binary1000101110100011101000100011110001101101100111010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,116); }

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

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

 a { background-color: rgb(139,40,116); }

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

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

 span { border-color: rgb(139,40,116); }

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