Html Css Color HEX #8C637E Strikemaster

📋 copy color: '#8C637E'

red 140 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #8C637E

Tints of Strikemaster #8C637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 38.36%
G = 27.12%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C637E (or 0x8C637E) is known color: Strikemaster. HEX triplet: 8C, 63 and 7E. RGB value is (140,99,126). Sum of RGB (Red+Green+Blue) = 140+99+126=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C637E is #739C81. Grayscale: #727272. Windows color (decimal): -7576706 or 8283020. OLE color: 8283020.

HSL color Cylindrical-coordinate representation of color #8C637E: hue angle of 320.49º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C637E is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 126 -
CMYK 0 0.29 0.10 0.45
HSL 320.49º 0.17% 0.47% -
HSV(B) 320.49º 0.29% 0.55% -
XYZ 19.04 16.01 21.82 -
YUV 114.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 140 99 126 0 0.29 0.10 0.45 320.49 0.17 0.47
Hex 8C 63 7E 0 1D A 2D 140 11 2F
Octal 214 143 176 0 35 12 55 500 21 57
Binary 10001100 1100011 1111110 0 11101 1010 101101 101000000 10001 101111

Color Harmonies of #8C637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C637E

Black with #8C637E

Text Example


Text Example

White with #8C637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,126); }

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

background-color css

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

 a { background-color: rgb(140,99,126); }

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

border-color css

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

 span { border-color: rgb(140,99,126); }

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