#8B3378

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

Shades of Dark Purple #8B3378

Tints of Dark Purple #8B3378

Color information

#8B3378 (or 0x8B3378) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 78. RGB value is (139,51,120). Sum of RGB (Red+Green+Blue) = 139+51+120=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3378 is #74CC87. Grayscale: #545454. Windows color (decimal): -7654536 or 7877515. OLE color: 7877515.

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

Color convert

RGB13951120-
CMYK00.630.140.45
HSL312.95º46.32%37.25%-
HSV(B)312.95º63.31%54.51%-
XYZ15.229.2118.75-
YUV85.18147.65166.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=44.84%
G=16.45%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395112000.630.140.45312.9546.3237.25
Hex8B337803FE2D1392e25
Octal2136317007716554715645
Binary10001011110011111100001111111110101101100111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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