Html Css Color HEX #8B5878 Strikemaster

📋 copy color: '#8B5878'

red 139 ◦ green 88 ◦ blue 120

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

Shades of Strikemaster #8B5878

Tints of Strikemaster #8B5878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 40.06%
G = 25.36%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B5878 (or 0x8B5878) is known color: Strikemaster. HEX triplet: 8B, 58 and 78. RGB value is (139,88,120). Sum of RGB (Red+Green+Blue) = 139+88+120=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5878 is #74A787. Grayscale: #6A6A6A. Windows color (decimal): -7645064 or 7886987. OLE color: 7886987.

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

Color convert

RGB 139 88 120 -
CMYK 0 0.37 0.14 0.45
HSL 322.35º 0.22% 0.45% -
HSV(B) 322.35º 0.37% 0.55% -
XYZ 17.53 13.82 19.51 -
YUV 106.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 139 88 120 0 0.37 0.14 0.45 322.35 0.22 0.45
Hex 8B 58 78 0 25 E 2D 142 16 2D
Octal 213 130 170 0 45 16 55 502 26 55
Binary 10001011 1011000 1111000 0 100101 1110 101101 101000010 10110 101101

Color Harmonies of #8B5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5878

Black with #8B5878

Text Example


Text Example

White with #8B5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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