Html Css Color HEX #8A5873 Strikemaster

📋 copy color: '#8A5873'

red 138 ◦ green 88 ◦ blue 115

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

Shades of Strikemaster #8A5873

Tints of Strikemaster #8A5873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 40.47%
G = 25.81%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A5873 (or 0x8A5873) is known color: Strikemaster. HEX triplet: 8A, 58 and 73. RGB value is (138,88,115). Sum of RGB (Red+Green+Blue) = 138+88+115=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5873 is #75A78C. Grayscale: #696969. Windows color (decimal): -7710605 or 7559306. OLE color: 7559306.

HSL color Cylindrical-coordinate representation of color #8A5873: hue angle of 327.6º 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 #8A5873 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 88 115 -
CMYK 0 0.36 0.17 0.46
HSL 327.6º 0.22% 0.44% -
HSV(B) 327.6º 0.36% 0.54% -
XYZ 17.07 13.62 17.95 -
YUV 106.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 138 88 115 0 0.36 0.17 0.46 327.6 0.22 0.44
Hex 8A 58 73 0 24 11 2E 148 16 2C
Octal 212 130 163 0 44 21 56 510 26 54
Binary 10001010 1011000 1110011 0 100100 10001 101110 101001000 10110 101100

Color Harmonies of #8A5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5873

Black with #8A5873

Text Example


Text Example

White with #8A5873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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