Html Css Color HEX #8A5379 Strikemaster

📋 copy color: '#8A5379'

red 138 ◦ green 83 ◦ blue 121

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

Shades of Strikemaster #8A5379

Tints of Strikemaster #8A5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

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

R = 40.35%
G = 24.27%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A5379 (or 0x8A5379) is known color: Strikemaster. HEX triplet: 8A, 53 and 79. RGB value is (138,83,121). Sum of RGB (Red+Green+Blue) = 138+83+121=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5379 is #75AC86. Grayscale: #676767. Windows color (decimal): -7711879 or 7951242. OLE color: 7951242.

HSL color Cylindrical-coordinate representation of color #8A5379: hue angle of 318.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5379 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 83 121 -
CMYK 0 0.40 0.12 0.46
HSL 318.55º 0.25% 0.43% -
HSV(B) 318.55º 0.4% 0.54% -
XYZ 17.03 12.97 19.7 -
YUV 103.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 138 83 121 0 0.40 0.12 0.46 318.55 0.25 0.43
Hex 8A 53 79 0 28 C 2E 13F 19 2B
Octal 212 123 171 0 50 14 56 477 31 53
Binary 10001010 1010011 1111001 0 101000 1100 101110 100111111 11001 101011

Color Harmonies of #8A5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5379

Black with #8A5379

Text Example


Text Example

White with #8A5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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