Html Css Color HEX #8B5874 Strikemaster

📋 copy color: '#8B5874'

red 139 ◦ green 88 ◦ blue 116

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

Shades of Strikemaster #8B5874

Tints of Strikemaster #8B5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 40.52%
G = 25.66%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B5874 (or 0x8B5874) is known color: Strikemaster. HEX triplet: 8B, 58 and 74. RGB value is (139,88,116). Sum of RGB (Red+Green+Blue) = 139+88+116=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5874 is #74A78B. Grayscale: #6A6A6A. Windows color (decimal): -7645068 or 7624843. OLE color: 7624843.

HSL color Cylindrical-coordinate representation of color #8B5874: hue angle of 327.06º 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 #8B5874 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 88 116 -
CMYK 0 0.37 0.17 0.45
HSL 327.06º 0.22% 0.45% -
HSV(B) 327.06º 0.37% 0.55% -
XYZ 17.29 13.73 18.26 -
YUV 106.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 139 88 116 0 0.37 0.17 0.45 327.06 0.22 0.45
Hex 8B 58 74 0 25 11 2D 147 16 2D
Octal 213 130 164 0 45 21 55 507 26 55
Binary 10001011 1011000 1110100 0 100101 10001 101101 101000111 10110 101101

Color Harmonies of #8B5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5874

Black with #8B5874

Text Example


Text Example

White with #8B5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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