Html Css Color HEX #8A647B Strikemaster

📋 copy color: '#8A647B'

red 138 ◦ green 100 ◦ blue 123

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

Shades of Strikemaster #8A647B

Tints of Strikemaster #8A647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 38.23%
G = 27.7%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A647B (or 0x8A647B) is known color: Strikemaster. HEX triplet: 8A, 64 and 7B. RGB value is (138,100,123). Sum of RGB (Red+Green+Blue) = 138+100+123=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647B is #759B84. Grayscale: #717171. Windows color (decimal): -7707525 or 8086666. OLE color: 8086666.

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

Color convert

RGB 138 100 123 -
CMYK 0 0.28 0.11 0.46
HSL 323.68º 0.16% 0.47% -
HSV(B) 323.68º 0.28% 0.54% -
XYZ 18.61 15.95 20.84 -
YUV 113.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 138 100 123 0 0.28 0.11 0.46 323.68 0.16 0.47
Hex 8A 64 7B 0 1C B 2E 144 10 2F
Octal 212 144 173 0 34 13 56 504 20 57
Binary 10001010 1100100 1111011 0 11100 1011 101110 101000100 10000 101111

Color Harmonies of #8A647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A647B

Black with #8A647B

Text Example


Text Example

White with #8A647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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