Html Css Color HEX #8B5478 Strikemaster

📋 copy color: '#8B5478'

red 139 ◦ green 84 ◦ blue 120

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

Shades of Strikemaster #8B5478

Tints of Strikemaster #8B5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 40.52%
G = 24.49%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B5478 (or 0x8B5478) is known color: Strikemaster. HEX triplet: 8B, 54 and 78. RGB value is (139,84,120). Sum of RGB (Red+Green+Blue) = 139+84+120=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5478 is #74AB87. Grayscale: #686868. Windows color (decimal): -7646088 or 7885963. OLE color: 7885963.

HSL color Cylindrical-coordinate representation of color #8B5478: hue angle of 320.73º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5478 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 120 -
CMYK 0 0.40 0.14 0.45
HSL 320.73º 0.25% 0.44% -
HSV(B) 320.73º 0.4% 0.55% -
XYZ 17.21 13.19 19.41 -
YUV 104.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 139 84 120 0 0.40 0.14 0.45 320.73 0.25 0.44
Hex 8B 54 78 0 28 E 2D 141 19 2C
Octal 213 124 170 0 50 16 55 501 31 54
Binary 10001011 1010100 1111000 0 101000 1110 101101 101000001 11001 101100

Color Harmonies of #8B5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5478

Black with #8B5478

Text Example


Text Example

White with #8B5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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