Html Css Color HEX #8B6679 Strikemaster

📋 copy color: '#8B6679'

red 139 ◦ green 102 ◦ blue 121

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

Shades of Strikemaster #8B6679

Tints of Strikemaster #8B6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 38.4%
G = 28.18%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B6679 (or 0x8B6679) is known color: Strikemaster. HEX triplet: 8B, 66 and 79. RGB value is (139,102,121). Sum of RGB (Red+Green+Blue) = 139+102+121=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6679 is #749986. Grayscale: #737373. Windows color (decimal): -7641479 or 7956107. OLE color: 7956107.

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

Color convert

RGB 139 102 121 -
CMYK 0 0.27 0.13 0.45
HSL 329.19º 0.15% 0.47% -
HSV(B) 329.19º 0.27% 0.55% -
XYZ 18.85 16.37 20.26 -
YUV 115.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 139 102 121 0 0.27 0.13 0.45 329.19 0.15 0.47
Hex 8B 66 79 0 1B D 2D 149 F 2F
Octal 213 146 171 0 33 15 55 511 17 57
Binary 10001011 1100110 1111001 0 11011 1101 101101 101001001 1111 101111

Color Harmonies of #8B6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6679

Black with #8B6679

Text Example


Text Example

White with #8B6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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