Html Css Color HEX #8C607D Strikemaster

📋 copy color: '#8C607D'

red 140 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #8C607D

Tints of Strikemaster #8C607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 38.78%
G = 26.59%
B = 34.63%

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

#8C607D (or 0x8C607D) is known color: Strikemaster. HEX triplet: 8C, 60 and 7D. RGB value is (140,96,125). Sum of RGB (Red+Green+Blue) = 140+96+125=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C607D is #739F82. Grayscale: #707070. Windows color (decimal): -7577475 or 8216716. OLE color: 8216716.

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

Color convert

RGB 140 96 125 -
CMYK 0 0.31 0.11 0.45
HSL 320.45º 0.19% 0.46% -
HSV(B) 320.45º 0.31% 0.55% -
XYZ 18.7 15.42 21.39 -
YUV 112.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 140 96 125 0 0.31 0.11 0.45 320.45 0.19 0.46
Hex 8C 60 7D 0 1F B 2D 140 13 2E
Octal 214 140 175 0 37 13 55 500 23 56
Binary 10001100 1100000 1111101 0 11111 1011 101101 101000000 10011 101110

Color Harmonies of #8C607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C607D

Black with #8C607D

Text Example


Text Example

White with #8C607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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