Html Css Color HEX #8C6281 Strikemaster

📋 copy color: '#8C6281'

red 140 ◦ green 98 ◦ blue 129

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

Shades of Strikemaster #8C6281

Tints of Strikemaster #8C6281

RGB

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

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

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

R = 38.15%
G = 26.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C6281 (or 0x8C6281) is known color: Strikemaster. HEX triplet: 8C, 62 and 81. RGB value is (140,98,129). Sum of RGB (Red+Green+Blue) = 140+98+129=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6281 is #739D7E. Grayscale: #727272. Windows color (decimal): -7576959 or 8479372. OLE color: 8479372.

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

Color convert

RGB 140 98 129 -
CMYK 0 0.3 0.08 0.45
HSL 315.71º 0.18% 0.47% -
HSV(B) 315.71º 0.3% 0.55% -
XYZ 19.15 15.9 22.83 -
YUV 114.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 140 98 129 0 0.3 0.08 0.45 315.71 0.18 0.47
Hex 8C 62 81 0 1E 8 2D 13C 12 2F
Octal 214 142 201 0 36 10 55 474 22 57
Binary 10001100 1100010 10000001 0 11110 1000 101101 100111100 10010 101111

Color Harmonies of #8C6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6281

Black with #8C6281

Text Example


Text Example

White with #8C6281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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