Html Css Color HEX #8A5679 Strikemaster

📋 copy color: '#8A5679'

red 138 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #8A5679

Tints of Strikemaster #8A5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 40%
G = 24.93%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A5679 (or 0x8A5679) is known color: Strikemaster. HEX triplet: 8A, 56 and 79. RGB value is (138,86,121). Sum of RGB (Red+Green+Blue) = 138+86+121=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5679 is #75A986. Grayscale: #696969. Windows color (decimal): -7711111 or 7952010. OLE color: 7952010.

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

Color convert

RGB 138 86 121 -
CMYK 0 0.38 0.12 0.46
HSL 319.62º 0.23% 0.44% -
HSV(B) 319.62º 0.38% 0.54% -
XYZ 17.26 13.44 19.77 -
YUV 105.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 138 86 121 0 0.38 0.12 0.46 319.62 0.23 0.44
Hex 8A 56 79 0 26 C 2E 140 17 2C
Octal 212 126 171 0 46 14 56 500 27 54
Binary 10001010 1010110 1111001 0 100110 1100 101110 101000000 10111 101100

Color Harmonies of #8A5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5679

Black with #8A5679

Text Example


Text Example

White with #8A5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,121); }

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

background-color css

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

 a { background-color: rgb(138,86,121); }

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

border-color css

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

 span { border-color: rgb(138,86,121); }

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