Html Css Color HEX #8B1578 Dark Purple

📋 copy color: '#8B1578'

red 139 ◦ green 21 ◦ blue 120

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

Shades of Dark Purple #8B1578

Tints of Dark Purple #8B1578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 49.64%
G = 7.5%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B1578 (or 0x8B1578) is known color: Dark Purple. HEX triplet: 8B, 15 and 78. RGB value is (139,21,120). Sum of RGB (Red+Green+Blue) = 139+21+120=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1578 is #74EA87. Grayscale: #434343. Windows color (decimal): -7662216 or 7869835. OLE color: 7869835.

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

Color convert

RGB 139 21 120 -
CMYK 0 0.85 0.14 0.45
HSL 309.66º 0.74% 0.31% -
HSV(B) 309.66º 0.85% 0.55% -
XYZ 14.31 7.38 18.44 -
YUV 67.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 139 21 120 0 0.85 0.14 0.45 309.66 0.74 0.31
Hex 8B 15 78 0 55 E 2D 136 4A 1F
Octal 213 25 170 0 125 16 55 466 112 37
Binary 10001011 10101 1111000 0 1010101 1110 101101 100110110 1001010 11111

Color Harmonies of #8B1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1578

Black with #8B1578

Text Example


Text Example

White with #8B1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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