Html Css Color HEX #8B6180 Strikemaster

📋 copy color: '#8B6180'

red 139 ◦ green 97 ◦ blue 128

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

Shades of Strikemaster #8B6180

Tints of Strikemaster #8B6180

RGB

 RED value IS 139 (54.69% from 255) = 38.19%

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 38.19%
G = 26.65%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B6180 (or 0x8B6180) is known color: Strikemaster. HEX triplet: 8B, 61 and 80. RGB value is (139,97,128). Sum of RGB (Red+Green+Blue) = 139+97+128=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6180 is #749E7F. Grayscale: #717171. Windows color (decimal): -7642752 or 8413579. OLE color: 8413579.

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

Color convert

RGB 139 97 128 -
CMYK 0 0.30 0.08 0.45
HSL 315.71º 0.18% 0.46% -
HSV(B) 315.71º 0.3% 0.55% -
XYZ 18.82 15.6 22.44 -
YUV 113.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 139 97 128 0 0.30 0.08 0.45 315.71 0.18 0.46
Hex 8B 61 80 0 1E 8 2D 13C 12 2E
Octal 213 141 200 0 36 10 55 474 22 56
Binary 10001011 1100001 10000000 0 11110 1000 101101 100111100 10010 101110

Color Harmonies of #8B6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6180

Black with #8B6180

Text Example


Text Example

White with #8B6180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,97,128); }

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

background-color css

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

 a { background-color: rgb(139,97,128); }

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

border-color css

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

 span { border-color: rgb(139,97,128); }

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