Html Css Color HEX #8C617D Strikemaster

📋 copy color: '#8C617D'

red 140 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #8C617D

Tints of Strikemaster #8C617D

RGB

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

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

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

R = 38.67%
G = 26.8%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C617D (or 0x8C617D) is known color: Strikemaster. HEX triplet: 8C, 61 and 7D. RGB value is (140,97,125). Sum of RGB (Red+Green+Blue) = 140+97+125=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617D is #739E82. Grayscale: #707070. Windows color (decimal): -7577219 or 8216972. OLE color: 8216972.

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

Color convert

RGB 140 97 125 -
CMYK 0 0.31 0.11 0.45
HSL 320.93º 0.18% 0.46% -
HSV(B) 320.93º 0.31% 0.55% -
XYZ 18.79 15.61 21.42 -
YUV 113.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 140 97 125 0 0.31 0.11 0.45 320.93 0.18 0.46
Hex 8C 61 7D 0 1F B 2D 141 12 2E
Octal 214 141 175 0 37 13 55 501 22 56
Binary 10001100 1100001 1111101 0 11111 1011 101101 101000001 10010 101110

Color Harmonies of #8C617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C617D

Black with #8C617D

Text Example


Text Example

White with #8C617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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