#8B367E

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

Shades of Dark Purple #8B367E

Tints of Dark Purple #8B367E

Color information

#8B367E (or 0x8B367E) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 7E. RGB value is (139,54,126). Sum of RGB (Red+Green+Blue) = 139+54+126=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B367E is #74C981. Grayscale: #575757. Windows color (decimal): -7653762 or 8271499. OLE color: 8271499.

HSL color Cylindrical-coordinate representation of color #8B367E: hue angle of 309.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B367E is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB13954126-
CMYK00.610.090.45
HSL309.18º44.04%37.84%-
HSV(B)309.18º61.15%54.51%-
XYZ15.739.6320.77-
YUV87.62149.66164.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=43.57%
G=16.93%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395412600.610.090.45309.1844.0437.84
Hex8B367E03D92D1352c26
Octal2136617607511554655446
Binary10001011110110111111001111011001101101100110101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,126); }

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

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

 a { background-color: rgb(139,54,126); }

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

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

 span { border-color: rgb(139,54,126); }

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