Html Css Color HEX #8C6B7E Strikemaster

📋 copy color: '#8C6B7E'

red 140 ◦ green 107 ◦ blue 126

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

Shades of Strikemaster #8C6B7E

Tints of Strikemaster #8C6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 37.53%
G = 28.69%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C6B7E (or 0x8C6B7E) is known color: Strikemaster. HEX triplet: 8C, 6B and 7E. RGB value is (140,107,126). Sum of RGB (Red+Green+Blue) = 140+107+126=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B7E is #739481. Grayscale: #767676. Windows color (decimal): -7574658 or 8285068. OLE color: 8285068.

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

Color convert

RGB 140 107 126 -
CMYK 0 0.24 0.10 0.45
HSL 325.45º 0.13% 0.48% -
HSV(B) 325.45º 0.24% 0.55% -
XYZ 19.84 17.6 22.09 -
YUV 119.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 140 107 126 0 0.24 0.10 0.45 325.45 0.13 0.48
Hex 8C 6B 7E 0 18 A 2D 145 D 30
Octal 214 153 176 0 30 12 55 505 15 60
Binary 10001100 1101011 1111110 0 11000 1010 101101 101000101 1101 110000

Color Harmonies of #8C6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B7E

Black with #8C6B7E

Text Example


Text Example

White with #8C6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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