Html Css Color HEX #8C617F Strikemaster

📋 copy color: '#8C617F'

red 140 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #8C617F

Tints of Strikemaster #8C617F

RGB

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

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

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

R = 38.46%
G = 26.65%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C617F (or 0x8C617F) is known color: Strikemaster. HEX triplet: 8C, 61 and 7F. RGB value is (140,97,127). Sum of RGB (Red+Green+Blue) = 140+97+127=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617F is #739E80. Grayscale: #717171. Windows color (decimal): -7577217 or 8348044. OLE color: 8348044.

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

Color convert

RGB 140 97 127 -
CMYK 0 0.31 0.09 0.45
HSL 318.14º 0.18% 0.46% -
HSV(B) 318.14º 0.31% 0.55% -
XYZ 18.92 15.66 22.1 -
YUV 113.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 140 97 127 0 0.31 0.09 0.45 318.14 0.18 0.46
Hex 8C 61 7F 0 1F 9 2D 13E 12 2E
Octal 214 141 177 0 37 11 55 476 22 56
Binary 10001100 1100001 1111111 0 11111 1001 101101 100111110 10010 101110

Color Harmonies of #8C617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C617F

Black with #8C617F

Text Example


Text Example

White with #8C617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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