Html Css Color HEX #8B6079 Strikemaster

📋 copy color: '#8B6079'

red 139 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #8B6079

Tints of Strikemaster #8B6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 39.04%
G = 26.97%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B6079 (or 0x8B6079) is known color: Strikemaster. HEX triplet: 8B, 60 and 79. RGB value is (139,96,121). Sum of RGB (Red+Green+Blue) = 139+96+121=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6079 is #749F86. Grayscale: #6F6F6F. Windows color (decimal): -7643015 or 7954571. OLE color: 7954571.

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

Color convert

RGB 139 96 121 -
CMYK 0 0.31 0.13 0.45
HSL 325.12º 0.18% 0.46% -
HSV(B) 325.12º 0.31% 0.55% -
XYZ 18.28 15.24 20.07 -
YUV 111.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 139 96 121 0 0.31 0.13 0.45 325.12 0.18 0.46
Hex 8B 60 79 0 1F D 2D 145 12 2E
Octal 213 140 171 0 37 15 55 505 22 56
Binary 10001011 1100000 1111001 0 11111 1101 101101 101000101 10010 101110

Color Harmonies of #8B6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6079

Black with #8B6079

Text Example


Text Example

White with #8B6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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