Html Css Color HEX #8B5574 Strikemaster

📋 copy color: '#8B5574'

red 139 ◦ green 85 ◦ blue 116

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

Shades of Strikemaster #8B5574

Tints of Strikemaster #8B5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 40.88%
G = 25%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B5574 (or 0x8B5574) is known color: Strikemaster. HEX triplet: 8B, 55 and 74. RGB value is (139,85,116). Sum of RGB (Red+Green+Blue) = 139+85+116=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5574 is #74AA8B. Grayscale: #686868. Windows color (decimal): -7645836 or 7624075. OLE color: 7624075.

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

Color convert

RGB 139 85 116 -
CMYK 0 0.39 0.17 0.45
HSL 325.56º 0.24% 0.44% -
HSV(B) 325.56º 0.39% 0.55% -
XYZ 17.05 13.25 18.18 -
YUV 104.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 139 85 116 0 0.39 0.17 0.45 325.56 0.24 0.44
Hex 8B 55 74 0 27 11 2D 146 18 2C
Octal 213 125 164 0 47 21 55 506 30 54
Binary 10001011 1010101 1110100 0 100111 10001 101101 101000110 11000 101100

Color Harmonies of #8B5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5574

Black with #8B5574

Text Example


Text Example

White with #8B5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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