#8B356B

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

Shades of Dark Purple #8B356B

Tints of Dark Purple #8B356B

Color information

#8B356B (or 0x8B356B) is unknown color: approx Dark Purple. HEX triplet: 8B, 35 and 6B. RGB value is (139,53,107). Sum of RGB (Red+Green+Blue) = 139+53+107=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B356B is #74CA94. Grayscale: #545454. Windows color (decimal): -7654037 or 7026059. OLE color: 7026059.

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

Color convert

RGB13953107-
CMYK00.620.230.45
HSL322.33º44.79%37.65%-
HSV(B)322.33º61.87%54.51%-
XYZ14.579.114.9-
YUV84.87140.49166.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=46.49%
G=17.73%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395310700.620.230.45322.3344.7937.65
Hex8B356B03E172D1422d26
Octal2136515307627555025546
Binary100010111101011101011011111010111101101101000010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,107); }

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

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

 a { background-color: rgb(139,53,107); }

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

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

 span { border-color: rgb(139,53,107); }

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