Html Css Color HEX #8C6983 Strikemaster

📋 copy color: '#8C6983'

red 140 ◦ green 105 ◦ blue 131

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

Shades of Strikemaster #8C6983

Tints of Strikemaster #8C6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 37.23%
G = 27.93%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C6983 (or 0x8C6983) is known color: Strikemaster. HEX triplet: 8C, 69 and 83. RGB value is (140,105,131). Sum of RGB (Red+Green+Blue) = 140+105+131=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6983 is #73967C. Grayscale: #767676. Windows color (decimal): -7575165 or 8612236. OLE color: 8612236.

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

Color convert

RGB 140 105 131 -
CMYK 0 0.25 0.06 0.45
HSL 315.43º 0.14% 0.48% -
HSV(B) 315.43º 0.25% 0.55% -
XYZ 19.96 17.32 23.76 -
YUV 118.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 140 105 131 0 0.25 0.06 0.45 315.43 0.14 0.48
Hex 8C 69 83 0 19 6 2D 13B E 30
Octal 214 151 203 0 31 6 55 473 16 60
Binary 10001100 1101001 10000011 0 11001 110 101101 100111011 1110 110000

Color Harmonies of #8C6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6983

Black with #8C6983

Text Example


Text Example

White with #8C6983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,131); }

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

background-color css

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

 a { background-color: rgb(140,105,131); }

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

border-color css

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

 span { border-color: rgb(140,105,131); }

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