#8b3675

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

Shades of Dark Purple #8B3675

Tints of Dark Purple #8B3675

Color information

#8B3675 (or 0x8B3675) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 75. RGB value is (139,54,117). Sum of RGB (Red+Green+Blue) = 139+54+117=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3675 is #74C98A. Grayscale: #565656. Windows color (decimal): -7653771 or 7681675. OLE color: 7681675.

HSL color Cylindrical-coordinate representation of color #8B3675: hue angle of 315.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3675 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13954117-
CMYK00.610.160.45
HSL315.53º44.04%37.84%-
HSV(B)315.53º61.15%54.51%-
XYZ15.189.4117.85-
YUV86.6145.16165.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=44.84%
G=17.42%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395411700.610.160.45315.5344.0437.84
Hex8B367503D102D13c2c26
Octal2136616507520554745446
Binary100010111101101110101011110110000101101100111100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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