Html Css Color HEX #8A6E82 Strikemaster

📋 copy color: '#8A6E82'

red 138 ◦ green 110 ◦ blue 130

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

Shades of Strikemaster #8A6E82

Tints of Strikemaster #8A6E82

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 36.51%
G = 29.1%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#8A6E82 (or 0x8A6E82) is known color: Strikemaster. HEX triplet: 8A, 6E and 82. RGB value is (138,110,130). Sum of RGB (Red+Green+Blue) = 138+110+130=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6E82 is #75917D. Grayscale: #787878. Windows color (decimal): -7704958 or 8547978. OLE color: 8547978.

HSL color Cylindrical-coordinate representation of color #8A6E82: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A6E82 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 110 130 -
CMYK 0 0.20 0.06 0.46
HSL 317.14º 0.11% 0.49% -
HSV(B) 317.14º 0.2% 0.54% -
XYZ 20.09 18.17 23.57 -
YUV 120.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 138 110 130 0 0.20 0.06 0.46 317.14 0.11 0.49
Hex 8A 6E 82 0 14 6 2E 13D B 31
Octal 212 156 202 0 24 6 56 475 13 61
Binary 10001010 1101110 10000010 0 10100 110 101110 100111101 1011 110001

Color Harmonies of #8A6E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E82

Black with #8A6E82

Text Example


Text Example

White with #8A6E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,130); }

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

background-color css

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

 a { background-color: rgb(138,110,130); }

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

border-color css

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

 span { border-color: rgb(138,110,130); }

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