Html Css Color HEX #8C517A Strikemaster

📋 copy color: '#8C517A'

red 140 ◦ green 81 ◦ blue 122

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

Shades of Strikemaster #8C517A

Tints of Strikemaster #8C517A

RGB

 RED value IS 140 (55.08% from 255) = 40.82%

 GREEN value IS 81 (32.03% from 255) = 23.62%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 40.82%
G = 23.62%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C517A (or 0x8C517A) is known color: Strikemaster. HEX triplet: 8C, 51 and 7A. RGB value is (140,81,122). Sum of RGB (Red+Green+Blue) = 140+81+122=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C517A is #73AE85. Grayscale: #676767. Windows color (decimal): -7581318 or 8016268. OLE color: 8016268.

HSL color Cylindrical-coordinate representation of color #8C517A: hue angle of 318.31º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C517A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 81 122 -
CMYK 0 0.42 0.13 0.45
HSL 318.31º 0.27% 0.43% -
HSV(B) 318.31º 0.42% 0.55% -
XYZ 17.27 12.87 19.99 -
YUV 103.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 140 81 122 0 0.42 0.13 0.45 318.31 0.27 0.43
Hex 8C 51 7A 0 2A D 2D 13E 1B 2B
Octal 214 121 172 0 52 15 55 476 33 53
Binary 10001100 1010001 1111010 0 101010 1101 101101 100111110 11011 101011

Color Harmonies of #8C517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C517A

Black with #8C517A

Text Example


Text Example

White with #8C517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,122); }

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

background-color css

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

 a { background-color: rgb(140,81,122); }

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

border-color css

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

 span { border-color: rgb(140,81,122); }

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