#8B336C

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

Shades of Dark Purple #8B336C

Tints of Dark Purple #8B336C

Color information

#8B336C (or 0x8B336C) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 6C. RGB value is (139,51,108). Sum of RGB (Red+Green+Blue) = 139+51+108=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B336C is #74CC93. Grayscale: #535353. Windows color (decimal): -7654548 or 7091083. OLE color: 7091083.

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

Color convert

RGB13951108-
CMYK00.630.220.45
HSL321.14º46.32%37.25%-
HSV(B)321.14º63.31%54.51%-
XYZ14.548.9415.15-
YUV83.81141.65167.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=46.64%
G=17.11%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395110800.630.220.45321.1446.3237.25
Hex8B336C03F162D1412e25
Octal2136315407726555015645
Binary100010111100111101100011111110110101101101000001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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