Html Css Color HEX #8B5979 Strikemaster

📋 copy color: '#8B5979'

red 139 ◦ green 89 ◦ blue 121

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

Shades of Strikemaster #8B5979

Tints of Strikemaster #8B5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 39.83%
G = 25.5%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B5979 (or 0x8B5979) is known color: Strikemaster. HEX triplet: 8B, 59 and 79. RGB value is (139,89,121). Sum of RGB (Red+Green+Blue) = 139+89+121=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5979 is #74A686. Grayscale: #6B6B6B. Windows color (decimal): -7644807 or 7952779. OLE color: 7952779.

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

Color convert

RGB 139 89 121 -
CMYK 0 0.36 0.13 0.45
HSL 321.6º 0.22% 0.45% -
HSV(B) 321.6º 0.36% 0.55% -
XYZ 17.67 14.01 19.86 -
YUV 107.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 139 89 121 0 0.36 0.13 0.45 321.6 0.22 0.45
Hex 8B 59 79 0 24 D 2D 142 16 2D
Octal 213 131 171 0 44 15 55 502 26 55
Binary 10001011 1011001 1111001 0 100100 1101 101101 101000010 10110 101101

Color Harmonies of #8B5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5979

Black with #8B5979

Text Example


Text Example

White with #8B5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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