#8B317F

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

Shades of Dark Purple #8B317F

Tints of Dark Purple #8B317F

Color information

#8B317F (or 0x8B317F) is unknown color: approx Dark Purple. HEX triplet: 8B, 31 and 7F. RGB value is (139,49,127). Sum of RGB (Red+Green+Blue) = 139+49+127=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B317F is #74CE80. Grayscale: #545454. Windows color (decimal): -7655041 or 8335755. OLE color: 8335755.

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

Color convert

RGB13949127-
CMYK00.650.090.45
HSL308º47.87%36.86%-
HSV(B)308º64.75%54.51%-
XYZ15.589.2221.04-
YUV84.8151.82166.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 127 (50% from 255) = 40.32%
R=44.13%
G=15.56%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394912700.650.090.4530847.8736.86
Hex8B317F04192D1343025
Octal21361177010111554646045
Binary100010111100011111111010000011001101101100110100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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