#8b3075

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

Shades of Dark Purple #8B3075

Tints of Dark Purple #8B3075

Color information

#8B3075 (or 0x8B3075) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 75. RGB value is (139,48,117). Sum of RGB (Red+Green+Blue) = 139+48+117=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3075 is #74CF8A. Grayscale: #525252. Windows color (decimal): -7655307 or 7680139. OLE color: 7680139.

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

Color convert

RGB13948117-
CMYK00.650.160.45
HSL314.51º48.66%36.67%-
HSV(B)314.51º65.47%54.51%-
XYZ14.928.8917.76-
YUV83.07147.15167.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=45.72%
G=15.79%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394811700.650.160.45314.5148.6636.67
Hex8B3075041102D13b3125
Octal21360165010120554736145
Binary1000101111000011101010100000110000101101100111011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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