Html Css Color HEX #8B5076 Strikemaster

📋 copy color: '#8B5076'

red 139 ◦ green 80 ◦ blue 118

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

Shades of Strikemaster #8B5076

Tints of Strikemaster #8B5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 41.25%
G = 23.74%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B5076 (or 0x8B5076) is known color: Strikemaster. HEX triplet: 8B, 50 and 76. RGB value is (139,80,118). Sum of RGB (Red+Green+Blue) = 139+80+118=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5076 is #74AF89. Grayscale: #656565. Windows color (decimal): -7647114 or 7753867. OLE color: 7753867.

HSL color Cylindrical-coordinate representation of color #8B5076: hue angle of 321.36º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5076 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 80 118 -
CMYK 0 0.42 0.15 0.45
HSL 321.36º 0.27% 0.43% -
HSV(B) 321.36º 0.42% 0.55% -
XYZ 16.79 12.53 18.67 -
YUV 101.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 139 80 118 0 0.42 0.15 0.45 321.36 0.27 0.43
Hex 8B 50 76 0 2A F 2D 141 1B 2B
Octal 213 120 166 0 52 17 55 501 33 53
Binary 10001011 1010000 1110110 0 101010 1111 101101 101000001 11011 101011

Color Harmonies of #8B5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5076

Black with #8B5076

Text Example


Text Example

White with #8B5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,118); }

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

background-color css

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

 a { background-color: rgb(139,80,118); }

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

border-color css

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

 span { border-color: rgb(139,80,118); }

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