Html Css Color HEX #8B5C74 Strikemaster

📋 copy color: '#8B5C74'

red 139 ◦ green 92 ◦ blue 116

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

Shades of Strikemaster #8B5C74

Tints of Strikemaster #8B5C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 40.06%
G = 26.51%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B5C74 (or 0x8B5C74) is known color: Strikemaster. HEX triplet: 8B, 5C and 74. RGB value is (139,92,116). Sum of RGB (Red+Green+Blue) = 139+92+116=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C74 is #74A38B. Grayscale: #6C6C6C. Windows color (decimal): -7644044 or 7625867. OLE color: 7625867.

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

Color convert

RGB 139 92 116 -
CMYK 0 0.34 0.17 0.45
HSL 329.36º 0.2% 0.45% -
HSV(B) 329.36º 0.34% 0.55% -
XYZ 17.63 14.4 18.37 -
YUV 108.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 139 92 116 0 0.34 0.17 0.45 329.36 0.2 0.45
Hex 8B 5C 74 0 22 11 2D 149 14 2D
Octal 213 134 164 0 42 21 55 511 24 55
Binary 10001011 1011100 1110100 0 100010 10001 101101 101001001 10100 101101

Color Harmonies of #8B5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5C74

Black with #8B5C74

Text Example


Text Example

White with #8B5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,92,116); }

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

background-color css

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

 a { background-color: rgb(139,92,116); }

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

border-color css

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

 span { border-color: rgb(139,92,116); }

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