Html Css Color HEX #8B3573 Dark Purple

📋 copy color: '#8B3573'

red 139 ◦ green 53 ◦ blue 115

#8B3573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8B3573

Tints of Dark Purple #8B3573

RGB

 RED value IS 139 (54.69% from 255) = 45.28%

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 45.28%
G = 17.26%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B3573 (or 0x8B3573) is known color: Dark Purple. HEX triplet: 8B, 35 and 73. RGB value is (139,53,115). Sum of RGB (Red+Green+Blue) = 139+53+115=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3573 is #74CA8C. Grayscale: #555555. Windows color (decimal): -7654029 or 7550347. OLE color: 7550347.

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

Color convert

RGB 139 53 115 -
CMYK 0 0.62 0.17 0.45
HSL 316.74º 0.45% 0.38% -
HSV(B) 316.74º 0.62% 0.55% -
XYZ 15.02 9.27 17.22 -
YUV 85.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 139 53 115 0 0.62 0.17 0.45 316.74 0.45 0.38
Hex 8B 35 73 0 3E 11 2D 13D 2D 26
Octal 213 65 163 0 76 21 55 475 55 46
Binary 10001011 110101 1110011 0 111110 10001 101101 100111101 101101 100110

Color Harmonies of #8B3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3573

Black with #8B3573

Text Example


Text Example

White with #8B3573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B3573;
 }
 .AnyTagClassName
 {
   color: #8B3573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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