#8B3372

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

Shades of Dark Purple #8B3372

Tints of Dark Purple #8B3372

Color information

#8B3372 (or 0x8B3372) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 72. RGB value is (139,51,114). Sum of RGB (Red+Green+Blue) = 139+51+114=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3372 is #74CC8D. Grayscale: #545454. Windows color (decimal): -7654542 or 7484299. OLE color: 7484299.

HSL color Cylindrical-coordinate representation of color #8B3372: hue angle of 317.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3372 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB13951114-
CMYK00.630.180.45
HSL317.05º46.32%37.25%-
HSV(B)317.05º63.31%54.51%-
XYZ14.879.0716.89-
YUV84.49144.65166.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=45.72%
G=16.78%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395111400.630.180.45317.0546.3237.25
Hex8B337203F122D13d2e25
Octal2136316207722554755645
Binary100010111100111110010011111110010101101100111101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,114); }

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

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

 a { background-color: rgb(139,51,114); }

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

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

 span { border-color: rgb(139,51,114); }

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