Html Css Color HEX #8C6381 Strikemaster

📋 copy color: '#8C6381'

red 140 ◦ green 99 ◦ blue 129

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

Shades of Strikemaster #8C6381

Tints of Strikemaster #8C6381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 38.04%
G = 26.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C6381 (or 0x8C6381) is known color: Strikemaster. HEX triplet: 8C, 63 and 81. RGB value is (140,99,129). Sum of RGB (Red+Green+Blue) = 140+99+129=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6381 is #739C7E. Grayscale: #727272. Windows color (decimal): -7576703 or 8479628. OLE color: 8479628.

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

Color convert

RGB 140 99 129 -
CMYK 0 0.29 0.08 0.45
HSL 316.1º 0.17% 0.47% -
HSV(B) 316.1º 0.29% 0.55% -
XYZ 19.24 16.08 22.86 -
YUV 114.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 140 99 129 0 0.29 0.08 0.45 316.1 0.17 0.47
Hex 8C 63 81 0 1D 8 2D 13C 11 2F
Octal 214 143 201 0 35 10 55 474 21 57
Binary 10001100 1100011 10000001 0 11101 1000 101101 100111100 10001 101111

Color Harmonies of #8C6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6381

Black with #8C6381

Text Example


Text Example

White with #8C6381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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