Html Css Color HEX #8B1479 Dark Purple

📋 copy color: '#8B1479'

red 139 ◦ green 20 ◦ blue 121

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

Shades of Dark Purple #8B1479

Tints of Dark Purple #8B1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 49.64%
G = 7.14%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B1479 (or 0x8B1479) is known color: Dark Purple. HEX triplet: 8B, 14 and 79. RGB value is (139,20,121). Sum of RGB (Red+Green+Blue) = 139+20+121=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1479 is #74EB86. Grayscale: #424242. Windows color (decimal): -7662471 or 7935115. OLE color: 7935115.

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

Color convert

RGB 139 20 121 -
CMYK 0 0.86 0.13 0.45
HSL 309.08º 0.75% 0.31% -
HSV(B) 309.08º 0.86% 0.55% -
XYZ 14.35 7.37 18.76 -
YUV 67.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 139 20 121 0 0.86 0.13 0.45 309.08 0.75 0.31
Hex 8B 14 79 0 56 D 2D 135 4B 1F
Octal 213 24 171 0 126 15 55 465 113 37
Binary 10001011 10100 1111001 0 1010110 1101 101101 100110101 1001011 11111

Color Harmonies of #8B1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1479

Black with #8B1479

Text Example


Text Example

White with #8B1479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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