Html Css Color HEX #8C6182 Strikemaster

📋 copy color: '#8C6182'

red 140 ◦ green 97 ◦ blue 130

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

Shades of Strikemaster #8C6182

Tints of Strikemaster #8C6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 38.15%
G = 26.43%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C6182 (or 0x8C6182) is known color: Strikemaster. HEX triplet: 8C, 61 and 82. RGB value is (140,97,130). Sum of RGB (Red+Green+Blue) = 140+97+130=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6182 is #739E7D. Grayscale: #717171. Windows color (decimal): -7577214 or 8544652. OLE color: 8544652.

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

Color convert

RGB 140 97 130 -
CMYK 0 0.31 0.07 0.45
HSL 313.95º 0.18% 0.46% -
HSV(B) 313.95º 0.31% 0.55% -
XYZ 19.12 15.74 23.15 -
YUV 113.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 140 97 130 0 0.31 0.07 0.45 313.95 0.18 0.46
Hex 8C 61 82 0 1F 7 2D 13A 12 2E
Octal 214 141 202 0 37 7 55 472 22 56
Binary 10001100 1100001 10000010 0 11111 111 101101 100111010 10010 101110

Color Harmonies of #8C6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6182

Black with #8C6182

Text Example


Text Example

White with #8C6182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,130); }

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

background-color css

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

 a { background-color: rgb(140,97,130); }

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

border-color css

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

 span { border-color: rgb(140,97,130); }

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