Html Css Color HEX #8C627C Strikemaster

📋 copy color: '#8C627C'

red 140 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #8C627C

Tints of Strikemaster #8C627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 38.67%
G = 27.07%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C627C (or 0x8C627C) is known color: Strikemaster. HEX triplet: 8C, 62 and 7C. RGB value is (140,98,124). Sum of RGB (Red+Green+Blue) = 140+98+124=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C627C is #739D83. Grayscale: #717171. Windows color (decimal): -7576964 or 8151692. OLE color: 8151692.

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

Color convert

RGB 140 98 124 -
CMYK 0 0.3 0.11 0.45
HSL 322.86º 0.18% 0.47% -
HSV(B) 322.86º 0.3% 0.55% -
XYZ 18.82 15.77 21.12 -
YUV 113.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 140 98 124 0 0.3 0.11 0.45 322.86 0.18 0.47
Hex 8C 62 7C 0 1E B 2D 143 12 2F
Octal 214 142 174 0 36 13 55 503 22 57
Binary 10001100 1100010 1111100 0 11110 1011 101101 101000011 10010 101111

Color Harmonies of #8C627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C627C

Black with #8C627C

Text Example


Text Example

White with #8C627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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