#8B307C

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

Shades of Dark Purple #8B307C

Tints of Dark Purple #8B307C

Color information

#8B307C (or 0x8B307C) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 7C. RGB value is (139,48,124). Sum of RGB (Red+Green+Blue) = 139+48+124=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B307C is #74CF83. Grayscale: #535353. Windows color (decimal): -7655300 or 8138891. OLE color: 8138891.

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

Color convert

RGB13948124-
CMYK00.650.110.45
HSL309.89º48.66%36.67%-
HSV(B)309.89º65.47%54.51%-
XYZ15.349.0620.01-
YUV83.87150.65167.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=44.69%
G=15.43%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394812400.650.110.45309.8948.6636.67
Hex8B307C041B2D1363125
Octal21360174010113554666145
Binary100010111100001111100010000011011101101100110110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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