Html Css Color HEX #8A5F75 Strikemaster

📋 copy color: '#8A5F75'

red 138 ◦ green 95 ◦ blue 117

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

Shades of Strikemaster #8A5F75

Tints of Strikemaster #8A5F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 39.43%
G = 27.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A5F75 (or 0x8A5F75) is known color: Strikemaster. HEX triplet: 8A, 5F and 75. RGB value is (138,95,117). Sum of RGB (Red+Green+Blue) = 138+95+117=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F75 is #75A08A. Grayscale: #6E6E6E. Windows color (decimal): -7708811 or 7692170. OLE color: 7692170.

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

Color convert

RGB 138 95 117 -
CMYK 0 0.31 0.15 0.46
HSL 329.3º 0.18% 0.46% -
HSV(B) 329.3º 0.31% 0.54% -
XYZ 17.78 14.87 18.76 -
YUV 110.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 138 95 117 0 0.31 0.15 0.46 329.3 0.18 0.46
Hex 8A 5F 75 0 1F F 2E 149 12 2E
Octal 212 137 165 0 37 17 56 511 22 56
Binary 10001010 1011111 1110101 0 11111 1111 101110 101001001 10010 101110

Color Harmonies of #8A5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5F75

Black with #8A5F75

Text Example


Text Example

White with #8A5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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