Html Css Color HEX #8A5376 Strikemaster

📋 copy color: '#8A5376'

red 138 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #8A5376

Tints of Strikemaster #8A5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

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

R = 40.71%
G = 24.48%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A5376 (or 0x8A5376) is known color: Strikemaster. HEX triplet: 8A, 53 and 76. RGB value is (138,83,118). Sum of RGB (Red+Green+Blue) = 138+83+118=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5376 is #75AC89. Grayscale: #676767. Windows color (decimal): -7711882 or 7754634. OLE color: 7754634.

HSL color Cylindrical-coordinate representation of color #8A5376: hue angle of 321.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5376 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 83 118 -
CMYK 0 0.40 0.14 0.46
HSL 321.82º 0.25% 0.43% -
HSV(B) 321.82º 0.4% 0.54% -
XYZ 16.84 12.9 18.74 -
YUV 103.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 138 83 118 0 0.40 0.14 0.46 321.82 0.25 0.43
Hex 8A 53 76 0 28 E 2E 142 19 2B
Octal 212 123 166 0 50 16 56 502 31 53
Binary 10001010 1010011 1110110 0 101000 1110 101110 101000010 11001 101011

Color Harmonies of #8A5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5376

Black with #8A5376

Text Example


Text Example

White with #8A5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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