Html Css Color HEX #8B557B Strikemaster

📋 copy color: '#8B557B'

red 139 ◦ green 85 ◦ blue 123

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

Shades of Strikemaster #8B557B

Tints of Strikemaster #8B557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 40.06%
G = 24.5%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B557B (or 0x8B557B) is known color: Strikemaster. HEX triplet: 8B, 55 and 7B. RGB value is (139,85,123). Sum of RGB (Red+Green+Blue) = 139+85+123=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557B is #74AA84. Grayscale: #696969. Windows color (decimal): -7645829 or 8082827. OLE color: 8082827.

HSL color Cylindrical-coordinate representation of color #8B557B: hue angle of 317.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B557B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 85 123 -
CMYK 0 0.39 0.12 0.45
HSL 317.78º 0.24% 0.44% -
HSV(B) 317.78º 0.39% 0.55% -
XYZ 17.47 13.42 20.41 -
YUV 105.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 139 85 123 0 0.39 0.12 0.45 317.78 0.24 0.44
Hex 8B 55 7B 0 27 C 2D 13E 18 2C
Octal 213 125 173 0 47 14 55 476 30 54
Binary 10001011 1010101 1111011 0 100111 1100 101101 100111110 11000 101100

Color Harmonies of #8B557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B557B

Black with #8B557B

Text Example


Text Example

White with #8B557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,85,123); }

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

background-color css

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

 a { background-color: rgb(139,85,123); }

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

border-color css

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

 span { border-color: rgb(139,85,123); }

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