Html Css Color HEX #8A6079 Strikemaster

📋 copy color: '#8A6079'

red 138 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #8A6079

Tints of Strikemaster #8A6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 38.87%
G = 27.04%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A6079 (or 0x8A6079) is known color: Strikemaster. HEX triplet: 8A, 60 and 79. RGB value is (138,96,121). Sum of RGB (Red+Green+Blue) = 138+96+121=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6079 is #759F86. Grayscale: #6F6F6F. Windows color (decimal): -7708551 or 7954570. OLE color: 7954570.

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

Color convert

RGB 138 96 121 -
CMYK 0 0.30 0.12 0.46
HSL 324.29º 0.18% 0.46% -
HSV(B) 324.29º 0.3% 0.54% -
XYZ 18.12 15.15 20.06 -
YUV 111.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 138 96 121 0 0.30 0.12 0.46 324.29 0.18 0.46
Hex 8A 60 79 0 1E C 2E 144 12 2E
Octal 212 140 171 0 36 14 56 504 22 56
Binary 10001010 1100000 1111001 0 11110 1100 101110 101000100 10010 101110

Color Harmonies of #8A6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6079

Black with #8A6079

Text Example


Text Example

White with #8A6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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