Html Css Color HEX #8A5A74 Strikemaster

📋 copy color: '#8A5A74'

red 138 ◦ green 90 ◦ blue 116

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

Shades of Strikemaster #8A5A74

Tints of Strikemaster #8A5A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

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

R = 40.12%
G = 26.16%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A5A74 (or 0x8A5A74) is known color: Strikemaster. HEX triplet: 8A, 5A and 74. RGB value is (138,90,116). Sum of RGB (Red+Green+Blue) = 138+90+116=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A74 is #75A58B. Grayscale: #6B6B6B. Windows color (decimal): -7710092 or 7625354. OLE color: 7625354.

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

Color convert

RGB 138 90 116 -
CMYK 0 0.35 0.16 0.46
HSL 327.5º 0.21% 0.45% -
HSV(B) 327.5º 0.35% 0.54% -
XYZ 17.29 13.98 18.31 -
YUV 107.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 138 90 116 0 0.35 0.16 0.46 327.5 0.21 0.45
Hex 8A 5A 74 0 23 10 2E 148 15 2D
Octal 212 132 164 0 43 20 56 510 25 55
Binary 10001010 1011010 1110100 0 100011 10000 101110 101001000 10101 101101

Color Harmonies of #8A5A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A74

Black with #8A5A74

Text Example


Text Example

White with #8A5A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,90,116); }

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

background-color css

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

 a { background-color: rgb(138,90,116); }

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

border-color css

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

 span { border-color: rgb(138,90,116); }

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