Html Css Color HEX #8C617A Strikemaster

📋 copy color: '#8C617A'

red 140 ◦ green 97 ◦ blue 122

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

Shades of Strikemaster #8C617A

Tints of Strikemaster #8C617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

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

R = 39%
G = 27.02%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C617A (or 0x8C617A) is known color: Strikemaster. HEX triplet: 8C, 61 and 7A. RGB value is (140,97,122). Sum of RGB (Red+Green+Blue) = 140+97+122=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617A is #739E85. Grayscale: #707070. Windows color (decimal): -7577222 or 8020364. OLE color: 8020364.

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

Color convert

RGB 140 97 122 -
CMYK 0 0.31 0.13 0.45
HSL 325.12º 0.18% 0.46% -
HSV(B) 325.12º 0.31% 0.55% -
XYZ 18.6 15.53 20.43 -
YUV 112.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 140 97 122 0 0.31 0.13 0.45 325.12 0.18 0.46
Hex 8C 61 7A 0 1F D 2D 145 12 2E
Octal 214 141 172 0 37 15 55 505 22 56
Binary 10001100 1100001 1111010 0 11111 1101 101101 101000101 10010 101110

Color Harmonies of #8C617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C617A

Black with #8C617A

Text Example


Text Example

White with #8C617A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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