Html Css Color HEX #8A6276 Strikemaster

📋 copy color: '#8A6276'

red 138 ◦ green 98 ◦ blue 118

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

Shades of Strikemaster #8A6276

Tints of Strikemaster #8A6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 38.98%
G = 27.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A6276 (or 0x8A6276) is known color: Strikemaster. HEX triplet: 8A, 62 and 76. RGB value is (138,98,118). Sum of RGB (Red+Green+Blue) = 138+98+118=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6276 is #759D89. Grayscale: #707070. Windows color (decimal): -7708042 or 7758474. OLE color: 7758474.

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

Color convert

RGB 138 98 118 -
CMYK 0 0.29 0.14 0.46
HSL 330º 0.17% 0.46% -
HSV(B) 330º 0.29% 0.54% -
XYZ 18.12 15.45 19.17 -
YUV 112.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 138 98 118 0 0.29 0.14 0.46 330 0.17 0.46
Hex 8A 62 76 0 1D E 2E 14A 11 2E
Octal 212 142 166 0 35 16 56 512 21 56
Binary 10001010 1100010 1110110 0 11101 1110 101110 101001010 10001 101110

Color Harmonies of #8A6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6276

Black with #8A6276

Text Example


Text Example

White with #8A6276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,118); }

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

background-color css

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

 a { background-color: rgb(138,98,118); }

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

border-color css

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

 span { border-color: rgb(138,98,118); }

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