Html Css Color HEX #8B5775 Strikemaster

📋 copy color: '#8B5775'

red 139 ◦ green 87 ◦ blue 117

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

Shades of Strikemaster #8B5775

Tints of Strikemaster #8B5775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 40.52%
G = 25.36%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B5775 (or 0x8B5775) is known color: Strikemaster. HEX triplet: 8B, 57 and 75. RGB value is (139,87,117). Sum of RGB (Red+Green+Blue) = 139+87+117=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5775 is #74A88A. Grayscale: #696969. Windows color (decimal): -7645323 or 7690123. OLE color: 7690123.

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

Color convert

RGB 139 87 117 -
CMYK 0 0.37 0.16 0.45
HSL 325.38º 0.23% 0.44% -
HSV(B) 325.38º 0.37% 0.55% -
XYZ 17.27 13.59 18.54 -
YUV 105.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 139 87 117 0 0.37 0.16 0.45 325.38 0.23 0.44
Hex 8B 57 75 0 25 10 2D 145 17 2C
Octal 213 127 165 0 45 20 55 505 27 54
Binary 10001011 1010111 1110101 0 100101 10000 101101 101000101 10111 101100

Color Harmonies of #8B5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5775

Black with #8B5775

Text Example


Text Example

White with #8B5775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,117); }

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

background-color css

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

 a { background-color: rgb(139,87,117); }

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

border-color css

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

 span { border-color: rgb(139,87,117); }

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