#8B357F

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

Shades of Dark Purple #8B357F

Tints of Dark Purple #8B357F

Color information

#8B357F (or 0x8B357F) is unknown color: approx Dark Purple. HEX triplet: 8B, 35 and 7F. RGB value is (139,53,127). Sum of RGB (Red+Green+Blue) = 139+53+127=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B357F is #74CA80. Grayscale: #565656. Windows color (decimal): -7654017 or 8336779. OLE color: 8336779.

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

Color convert

RGB13953127-
CMYK00.620.090.45
HSL308.37º44.79%37.65%-
HSV(B)308.37º61.87%54.51%-
XYZ15.759.5721.1-
YUV87.15150.49164.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 127 (50% from 255) = 39.81%
R=43.57%
G=16.61%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395312700.620.090.45308.3744.7937.65
Hex8B357F03E92D1342d26
Octal2136517707611554645546
Binary10001011110101111111101111101001101101100110100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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