#8B306D

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

Shades of Dark Purple #8B306D

Tints of Dark Purple #8B306D

Color information

#8B306D (or 0x8B306D) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 6D. RGB value is (139,48,109). Sum of RGB (Red+Green+Blue) = 139+48+109=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B306D is #74CF92. Grayscale: #525252. Windows color (decimal): -7655315 or 7155851. OLE color: 7155851.

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

Color convert

RGB13948109-
CMYK00.650.220.45
HSL319.78º48.66%36.67%-
HSV(B)319.78º65.47%54.51%-
XYZ14.468.7115.39-
YUV82.16143.15168.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=46.96%
G=16.22%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394810900.650.220.45319.7848.6636.67
Hex8B306D041162D1403125
Octal21360155010126555006145
Binary1000101111000011011010100000110110101101101000000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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