#8B357A

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

Shades of Dark Purple #8B357A

Tints of Dark Purple #8B357A

Color information

#8B357A (or 0x8B357A) is unknown color: approx Dark Purple. HEX triplet: 8B, 35 and 7A. RGB value is (139,53,122). Sum of RGB (Red+Green+Blue) = 139+53+122=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B357A is #74CA85. Grayscale: #565656. Windows color (decimal): -7654022 or 8009099. OLE color: 8009099.

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

Color convert

RGB13953122-
CMYK00.620.120.45
HSL311.86º44.79%37.65%-
HSV(B)311.86º61.87%54.51%-
XYZ15.439.4419.42-
YUV86.58147.99165.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=44.27%
G=16.88%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395312200.620.120.45311.8644.7937.65
Hex8B357A03EC2D1382d26
Octal2136517207614554705546
Binary10001011110101111101001111101100101101100111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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