Html Css Color HEX #8B3879 Dark Purple

📋 copy color: '#8B3879'

red 139 ◦ green 56 ◦ blue 121

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

Shades of Dark Purple #8B3879

Tints of Dark Purple #8B3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 43.99%
G = 17.72%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B3879 (or 0x8B3879) is known color: Dark Purple. HEX triplet: 8B, 38 and 79. RGB value is (139,56,121). Sum of RGB (Red+Green+Blue) = 139+56+121=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3879 is #74C786. Grayscale: #585858. Windows color (decimal): -7653255 or 7944331. OLE color: 7944331.

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

Color convert

RGB 139 56 121 -
CMYK 0 0.60 0.13 0.45
HSL 313.01º 0.43% 0.38% -
HSV(B) 313.01º 0.6% 0.55% -
XYZ 15.51 9.7 19.14 -
YUV 88.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 139 56 121 0 0.60 0.13 0.45 313.01 0.43 0.38
Hex 8B 38 79 0 3C D 2D 139 2B 26
Octal 213 70 171 0 74 15 55 471 53 46
Binary 10001011 111000 1111001 0 111100 1101 101101 100111001 101011 100110

Color Harmonies of #8B3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3879

Black with #8B3879

Text Example


Text Example

White with #8B3879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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