Html Css Color HEX #8A587C Strikemaster

📋 copy color: '#8A587C'

red 138 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #8A587C

Tints of Strikemaster #8A587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 39.43%
G = 25.14%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A587C (or 0x8A587C) is known color: Strikemaster. HEX triplet: 8A, 58 and 7C. RGB value is (138,88,124). Sum of RGB (Red+Green+Blue) = 138+88+124=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A587C is #75A783. Grayscale: #6A6A6A. Windows color (decimal): -7710596 or 8149130. OLE color: 8149130.

HSL color Cylindrical-coordinate representation of color #8A587C: hue angle of 316.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A587C is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 88 124 -
CMYK 0 0.36 0.10 0.46
HSL 316.8º 0.22% 0.44% -
HSV(B) 316.8º 0.36% 0.54% -
XYZ 17.61 13.84 20.81 -
YUV 107.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 138 88 124 0 0.36 0.10 0.46 316.8 0.22 0.44
Hex 8A 58 7C 0 24 A 2E 13D 16 2C
Octal 212 130 174 0 44 12 56 475 26 54
Binary 10001010 1011000 1111100 0 100100 1010 101110 100111101 10110 101100

Color Harmonies of #8A587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A587C

Black with #8A587C

Text Example


Text Example

White with #8A587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,124); }

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

background-color css

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

 a { background-color: rgb(138,88,124); }

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

border-color css

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

 span { border-color: rgb(138,88,124); }

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