Html Css Color HEX #8B3579 Dark Purple

📋 copy color: '#8B3579'

red 139 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #8B3579

Tints of Dark Purple #8B3579

RGB

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

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

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

R = 44.41%
G = 16.93%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B3579 (or 0x8B3579) is known color: Dark Purple. HEX triplet: 8B, 35 and 79. RGB value is (139,53,121). Sum of RGB (Red+Green+Blue) = 139+53+121=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3579 is #74CA86. Grayscale: #565656. Windows color (decimal): -7654023 or 7943563. OLE color: 7943563.

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

Color convert

RGB 139 53 121 -
CMYK 0 0.62 0.13 0.45
HSL 312.56º 0.45% 0.38% -
HSV(B) 312.56º 0.62% 0.55% -
XYZ 15.37 9.42 19.1 -
YUV 86.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 139 53 121 0 0.62 0.13 0.45 312.56 0.45 0.38
Hex 8B 35 79 0 3E D 2D 139 2D 26
Octal 213 65 171 0 76 15 55 471 55 46
Binary 10001011 110101 1111001 0 111110 1101 101101 100111001 101101 100110

Color Harmonies of #8B3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3579

Black with #8B3579

Text Example


Text Example

White with #8B3579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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