#8B367F

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

Shades of Dark Purple #8B367F

Tints of Dark Purple #8B367F

Color information

#8B367F (or 0x8B367F) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 7F. RGB value is (139,54,127). Sum of RGB (Red+Green+Blue) = 139+54+127=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B367F is #74C980. Grayscale: #575757. Windows color (decimal): -7653761 or 8337035. OLE color: 8337035.

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

Color convert

RGB13954127-
CMYK00.610.090.45
HSL308.47º44.04%37.84%-
HSV(B)308.47º61.15%54.51%-
XYZ15.89.6621.11-
YUV87.74150.16164.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 127 (50% from 255) = 39.69%
R=43.44%
G=16.88%
B=39.69%

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
Decimal1395412700.610.090.45308.4744.0437.84
Hex8B367F03D92D1342c26
Octal2136617707511554645446
Binary10001011110110111111101111011001101101100110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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