#8B3383

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

Shades of Dark Purple #8B3383

Tints of Dark Purple #8B3383

Color information

#8B3383 (or 0x8B3383) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 83. RGB value is (139,51,131). Sum of RGB (Red+Green+Blue) = 139+51+131=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3383 is #74CC7C. Grayscale: #565656. Windows color (decimal): -7654525 or 8598411. OLE color: 8598411.

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

Color convert

RGB13951131-
CMYK00.630.060.45
HSL305.45º46.32%37.25%-
HSV(B)305.45º63.31%54.51%-
XYZ15.939.522.47-
YUV86.43153.15165.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=43.30%
G=15.89%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395113100.630.060.45305.4546.3237.25
Hex8B338303F62D1312e25
Octal213632030776554615645
Binary10001011110011100000110111111110101101100110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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