Html Css Color HEX #8B1579 Dark Purple

📋 copy color: '#8B1579'

red 139 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #8B1579

Tints of Dark Purple #8B1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 49.47%
G = 7.47%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B1579 (or 0x8B1579) is known color: Dark Purple. HEX triplet: 8B, 15 and 79. RGB value is (139,21,121). Sum of RGB (Red+Green+Blue) = 139+21+121=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1579 is #74EA86. Grayscale: #434343. Windows color (decimal): -7662215 or 7935371. OLE color: 7935371.

HSL color Cylindrical-coordinate representation of color #8B1579: hue angle of 309.15º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1579 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 121 -
CMYK 0 0.85 0.13 0.45
HSL 309.15º 0.74% 0.31% -
HSV(B) 309.15º 0.85% 0.55% -
XYZ 14.37 7.41 18.76 -
YUV 67.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 139 21 121 0 0.85 0.13 0.45 309.15 0.74 0.31
Hex 8B 15 79 0 55 D 2D 135 4A 1F
Octal 213 25 171 0 125 15 55 465 112 37
Binary 10001011 10101 1111001 0 1010101 1101 101101 100110101 1001010 11111

Color Harmonies of #8B1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1579

Black with #8B1579

Text Example


Text Example

White with #8B1579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,121); }

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

background-color css

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

 a { background-color: rgb(139,21,121); }

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

border-color css

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

 span { border-color: rgb(139,21,121); }

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