#8B3385

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

Shades of Dark Purple #8B3385

Tints of Dark Purple #8B3385

Color information

#8B3385 (or 0x8B3385) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 85. RGB value is (139,51,133). Sum of RGB (Red+Green+Blue) = 139+51+133=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3385 is #74CC7A. Grayscale: #565656. Windows color (decimal): -7654523 or 8729483. OLE color: 8729483.

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

Color convert

RGB13951133-
CMYK00.630.040.45
HSL304.09º46.32%37.25%-
HSV(B)304.09º63.31%54.51%-
XYZ16.069.5523.19-
YUV86.66154.15165.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=43.03%
G=15.79%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395113300.630.040.45304.0946.3237.25
Hex8B338503F42D1302e25
Octal213632050774554605645
Binary10001011110011100001010111111100101101100110000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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