Html Css Color HEX #8A647D Strikemaster

📋 copy color: '#8A647D'

red 138 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #8A647D

Tints of Strikemaster #8A647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 38.02%
G = 27.55%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A647D (or 0x8A647D) is known color: Strikemaster. HEX triplet: 8A, 64 and 7D. RGB value is (138,100,125). Sum of RGB (Red+Green+Blue) = 138+100+125=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647D is #759B82. Grayscale: #727272. Windows color (decimal): -7707523 or 8217738. OLE color: 8217738.

HSL color Cylindrical-coordinate representation of color #8A647D: hue angle of 320.53º 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 #8A647D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 100 125 -
CMYK 0 0.28 0.09 0.46
HSL 320.53º 0.16% 0.47% -
HSV(B) 320.53º 0.28% 0.54% -
XYZ 18.74 16 21.5 -
YUV 114.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 138 100 125 0 0.28 0.09 0.46 320.53 0.16 0.47
Hex 8A 64 7D 0 1C 9 2E 141 10 2F
Octal 212 144 175 0 34 11 56 501 20 57
Binary 10001010 1100100 1111101 0 11100 1001 101110 101000001 10000 101111

Color Harmonies of #8A647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A647D

Black with #8A647D

Text Example


Text Example

White with #8A647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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