Html Css Color HEX #8A5B76 Strikemaster

📋 copy color: '#8A5B76'

red 138 ◦ green 91 ◦ blue 118

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

Shades of Strikemaster #8A5B76

Tints of Strikemaster #8A5B76

RGB

 RED value IS 138 (54.3% from 255) = 39.77%

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 39.77%
G = 26.22%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A5B76 (or 0x8A5B76) is known color: Strikemaster. HEX triplet: 8A, 5B and 76. RGB value is (138,91,118). Sum of RGB (Red+Green+Blue) = 138+91+118=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B76 is #75A489. Grayscale: #6C6C6C. Windows color (decimal): -7709834 or 7756682. OLE color: 7756682.

HSL color Cylindrical-coordinate representation of color #8A5B76: hue angle of 325.53º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5B76 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 91 118 -
CMYK 0 0.34 0.14 0.46
HSL 325.53º 0.21% 0.45% -
HSV(B) 325.53º 0.34% 0.54% -
XYZ 17.49 14.19 18.96 -
YUV 108.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 138 91 118 0 0.34 0.14 0.46 325.53 0.21 0.45
Hex 8A 5B 76 0 22 E 2E 146 15 2D
Octal 212 133 166 0 42 16 56 506 25 55
Binary 10001010 1011011 1110110 0 100010 1110 101110 101000110 10101 101101

Color Harmonies of #8A5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B76

Black with #8A5B76

Text Example


Text Example

White with #8A5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,118); }

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

background-color css

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

 a { background-color: rgb(138,91,118); }

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

border-color css

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

 span { border-color: rgb(138,91,118); }

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