Html Css Color HEX #8B6478 Strikemaster

📋 copy color: '#8B6478'

red 139 ◦ green 100 ◦ blue 120

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

Shades of Strikemaster #8B6478

Tints of Strikemaster #8B6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 120 (47.27% from 255) = 33.43%

R = 38.72%
G = 27.86%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B6478 (or 0x8B6478) is known color: Strikemaster. HEX triplet: 8B, 64 and 78. RGB value is (139,100,120). Sum of RGB (Red+Green+Blue) = 139+100+120=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6478 is #749B87. Grayscale: #717171. Windows color (decimal): -7641992 or 7890059. OLE color: 7890059.

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

Color convert

RGB 139 100 120 -
CMYK 0 0.28 0.14 0.45
HSL 329.23º 0.16% 0.47% -
HSV(B) 329.23º 0.28% 0.55% -
XYZ 18.59 15.96 19.87 -
YUV 113.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 139 100 120 0 0.28 0.14 0.45 329.23 0.16 0.47
Hex 8B 64 78 0 1C E 2D 149 10 2F
Octal 213 144 170 0 34 16 55 511 20 57
Binary 10001011 1100100 1111000 0 11100 1110 101101 101001001 10000 101111

Color Harmonies of #8B6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6478

Black with #8B6478

Text Example


Text Example

White with #8B6478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,100,120); }

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

background-color css

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

 a { background-color: rgb(139,100,120); }

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

border-color css

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

 span { border-color: rgb(139,100,120); }

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