#8b307e

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

Shades of Dark Purple #8B307E

Tints of Dark Purple #8B307E

Color information

#8B307E (or 0x8B307E) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 7E. RGB value is (139,48,126). Sum of RGB (Red+Green+Blue) = 139+48+126=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B307E is #74CF81. Grayscale: #535353. Windows color (decimal): -7655298 or 8269963. OLE color: 8269963.

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

Color convert

RGB13948126-
CMYK00.650.090.45
HSL308.57º48.66%36.67%-
HSV(B)308.57º65.47%54.51%-
XYZ15.479.1120.68-
YUV84.1151.65167.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=44.41%
G=15.34%
B=40.26%

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
Decimal1394812600.650.090.45308.5748.6636.67
Hex8B307E04192D1353125
Octal21360176010111554656145
Binary100010111100001111110010000011001101101100110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b307e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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