Html Css Color HEX #8C607C Strikemaster

📋 copy color: '#8C607C'

red 140 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #8C607C

Tints of Strikemaster #8C607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 38.89%
G = 26.67%
B = 34.44%

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

#8C607C (or 0x8C607C) is known color: Strikemaster. HEX triplet: 8C, 60 and 7C. RGB value is (140,96,124). Sum of RGB (Red+Green+Blue) = 140+96+124=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C607C is #739F83. Grayscale: #707070. Windows color (decimal): -7577476 or 8151180. OLE color: 8151180.

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

Color convert

RGB 140 96 124 -
CMYK 0 0.31 0.11 0.45
HSL 321.82º 0.19% 0.46% -
HSV(B) 321.82º 0.31% 0.55% -
XYZ 18.64 15.4 21.06 -
YUV 112.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 140 96 124 0 0.31 0.11 0.45 321.82 0.19 0.46
Hex 8C 60 7C 0 1F B 2D 142 13 2E
Octal 214 140 174 0 37 13 55 502 23 56
Binary 10001100 1100000 1111100 0 11111 1011 101101 101000010 10011 101110

Color Harmonies of #8C607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C607C

Black with #8C607C

Text Example


Text Example

White with #8C607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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