#8B307A

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

Shades of Dark Purple #8B307A

Tints of Dark Purple #8B307A

Color information

#8B307A (or 0x8B307A) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 7A. RGB value is (139,48,122). Sum of RGB (Red+Green+Blue) = 139+48+122=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B307A is #74CF85. Grayscale: #535353. Windows color (decimal): -7655302 or 8007819. OLE color: 8007819.

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

Color convert

RGB13948122-
CMYK00.650.120.45
HSL311.21º48.66%36.67%-
HSV(B)311.21º65.47%54.51%-
XYZ15.229.0119.35-
YUV83.64149.65167.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=44.98%
G=15.53%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394812200.650.120.45311.2148.6636.67
Hex8B307A041C2D1373125
Octal21360172010114554676145
Binary100010111100001111010010000011100101101100110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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