Html Css Color HEX #8B5776 Strikemaster

📋 copy color: '#8B5776'

red 139 ◦ green 87 ◦ blue 118

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

Shades of Strikemaster #8B5776

Tints of Strikemaster #8B5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 40.41%
G = 25.29%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B5776 (or 0x8B5776) is known color: Strikemaster. HEX triplet: 8B, 57 and 76. RGB value is (139,87,118). Sum of RGB (Red+Green+Blue) = 139+87+118=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5776 is #74A889. Grayscale: #6A6A6A. Windows color (decimal): -7645322 or 7755659. OLE color: 7755659.

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

Color convert

RGB 139 87 118 -
CMYK 0 0.37 0.15 0.45
HSL 324.23º 0.23% 0.44% -
HSV(B) 324.23º 0.37% 0.55% -
XYZ 17.33 13.61 18.85 -
YUV 106.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 139 87 118 0 0.37 0.15 0.45 324.23 0.23 0.44
Hex 8B 57 76 0 25 F 2D 144 17 2C
Octal 213 127 166 0 45 17 55 504 27 54
Binary 10001011 1010111 1110110 0 100101 1111 101101 101000100 10111 101100

Color Harmonies of #8B5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5776

Black with #8B5776

Text Example


Text Example

White with #8B5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,118); }

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

background-color css

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

 a { background-color: rgb(139,87,118); }

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

border-color css

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

 span { border-color: rgb(139,87,118); }

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