Html Css Color HEX #8B6D7C Strikemaster

📋 copy color: '#8B6D7C'

red 139 ◦ green 109 ◦ blue 124

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

Shades of Strikemaster #8B6D7C

Tints of Strikemaster #8B6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 37.37%
G = 29.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B6D7C (or 0x8B6D7C) is known color: Strikemaster. HEX triplet: 8B, 6D and 7C. RGB value is (139,109,124). Sum of RGB (Red+Green+Blue) = 139+109+124=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D7C is #749283. Grayscale: #777777. Windows color (decimal): -7639684 or 8154507. OLE color: 8154507.

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

Color convert

RGB 139 109 124 -
CMYK 0 0.22 0.11 0.45
HSL 330º 0.12% 0.49% -
HSV(B) 330º 0.22% 0.55% -
XYZ 19.75 17.88 21.48 -
YUV 119.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 139 109 124 0 0.22 0.11 0.45 330 0.12 0.49
Hex 8B 6D 7C 0 16 B 2D 14A C 31
Octal 213 155 174 0 26 13 55 512 14 61
Binary 10001011 1101101 1111100 0 10110 1011 101101 101001010 1100 110001

Color Harmonies of #8B6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6D7C

Black with #8B6D7C

Text Example


Text Example

White with #8B6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,109,124); }

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

background-color css

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

 a { background-color: rgb(139,109,124); }

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

border-color css

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

 span { border-color: rgb(139,109,124); }

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