Html Css Color HEX #8A647F Strikemaster

📋 copy color: '#8A647F'

red 138 ◦ green 100 ◦ blue 127

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

Shades of Strikemaster #8A647F

Tints of Strikemaster #8A647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 37.81%
G = 27.4%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A647F (or 0x8A647F) is known color: Strikemaster. HEX triplet: 8A, 64 and 7F. RGB value is (138,100,127). Sum of RGB (Red+Green+Blue) = 138+100+127=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647F is #759B80. Grayscale: #727272. Windows color (decimal): -7707521 or 8348810. OLE color: 8348810.

HSL color Cylindrical-coordinate representation of color #8A647F: hue angle of 317.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A647F is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 100 127 -
CMYK 0 0.28 0.08 0.46
HSL 317.37º 0.16% 0.47% -
HSV(B) 317.37º 0.28% 0.54% -
XYZ 18.87 16.05 22.18 -
YUV 114.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 138 100 127 0 0.28 0.08 0.46 317.37 0.16 0.47
Hex 8A 64 7F 0 1C 8 2E 13D 10 2F
Octal 212 144 177 0 34 10 56 475 20 57
Binary 10001010 1100100 1111111 0 11100 1000 101110 100111101 10000 101111

Color Harmonies of #8A647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A647F

Black with #8A647F

Text Example


Text Example

White with #8A647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,127); }

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

background-color css

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

 a { background-color: rgb(138,100,127); }

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

border-color css

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

 span { border-color: rgb(138,100,127); }

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