Html Css Color HEX #8A5E75 Strikemaster

📋 copy color: '#8A5E75'

red 138 ◦ green 94 ◦ blue 117

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

Shades of Strikemaster #8A5E75

Tints of Strikemaster #8A5E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 39.54%
G = 26.93%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A5E75 (or 0x8A5E75) is known color: Strikemaster. HEX triplet: 8A, 5E and 75. RGB value is (138,94,117). Sum of RGB (Red+Green+Blue) = 138+94+117=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E75 is #75A18A. Grayscale: #6D6D6D. Windows color (decimal): -7709067 or 7691914. OLE color: 7691914.

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

Color convert

RGB 138 94 117 -
CMYK 0 0.32 0.15 0.46
HSL 328.64º 0.19% 0.45% -
HSV(B) 328.64º 0.32% 0.54% -
XYZ 17.69 14.69 18.73 -
YUV 109.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 138 94 117 0 0.32 0.15 0.46 328.64 0.19 0.45
Hex 8A 5E 75 0 20 F 2E 149 13 2D
Octal 212 136 165 0 40 17 56 511 23 55
Binary 10001010 1011110 1110101 0 100000 1111 101110 101001001 10011 101101

Color Harmonies of #8A5E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E75

Black with #8A5E75

Text Example


Text Example

White with #8A5E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,117); }

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

background-color css

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

 a { background-color: rgb(138,94,117); }

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

border-color css

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

 span { border-color: rgb(138,94,117); }

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