Html Css Color HEX #8A7380 Strikemaster

📋 copy color: '#8A7380'

red 138 ◦ green 115 ◦ blue 128

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

Shades of Strikemaster #8A7380

Tints of Strikemaster #8A7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 36.22%
G = 30.18%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A7380 (or 0x8A7380) is known color: Strikemaster. HEX triplet: 8A, 73 and 80. RGB value is (138,115,128). Sum of RGB (Red+Green+Blue) = 138+115+128=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7380 is #758C7F. Grayscale: #7B7B7B. Windows color (decimal): -7703680 or 8418186. OLE color: 8418186.

HSL color Cylindrical-coordinate representation of color #8A7380: hue angle of 326.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7380 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 115 128 -
CMYK 0 0.17 0.07 0.46
HSL 326.09º 0.09% 0.5% -
HSV(B) 326.09º 0.17% 0.54% -
XYZ 20.51 19.22 23.05 -
YUV 123.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 138 115 128 0 0.17 0.07 0.46 326.09 0.09 0.5
Hex 8A 73 80 0 11 7 2E 146 9 32
Octal 212 163 200 0 21 7 56 506 11 62
Binary 10001010 1110011 10000000 0 10001 111 101110 101000110 1001 110010

Color Harmonies of #8A7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7380

Black with #8A7380

Text Example


Text Example

White with #8A7380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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