Html Css Color HEX #9B577B Strikemaster

📋 copy color: '#9B577B'

red 155 ◦ green 87 ◦ blue 123

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

Shades of Strikemaster #9B577B

Tints of Strikemaster #9B577B

RGB

 RED value IS 155 (60.94% from 255) = 42.47%

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

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

R = 42.47%
G = 23.84%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B577B (or 0x9B577B) is known color: Strikemaster. HEX triplet: 9B, 57 and 7B. RGB value is (155,87,123). Sum of RGB (Red+Green+Blue) = 155+87+123=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B577B is #64A884. Grayscale: #6F6F6F. Windows color (decimal): -6596741 or 8083355. OLE color: 8083355.

HSL color Cylindrical-coordinate representation of color #9B577B: hue angle of 328.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B577B is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 123 -
CMYK 0 0.44 0.21 0.39
HSL 328.24º 0.28% 0.47% -
HSV(B) 328.24º 0.44% 0.61% -
XYZ 20.5 15.22 20.6 -
YUV 111.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 155 87 123 0 0.44 0.21 0.39 328.24 0.28 0.47
Hex 9B 57 7B 0 2C 15 27 148 1C 2F
Octal 233 127 173 0 54 25 47 510 34 57
Binary 10011011 1010111 1111011 0 101100 10101 100111 101001000 11100 101111

Color Harmonies of #9B577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B577B

Black with #9B577B

Text Example


Text Example

White with #9B577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B577B; }

 p { color: rgb(155,87,123); }

 H1.HeaderClassName
 {
   color: #9B577B;
 }
 .AnyTagClassName
 {
   color: #9B577B;
 }
</style>

background-color css

<style>
 a { background-color: #9B577B; }

 a { background-color: rgb(155,87,123); }

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

border-color css

<style>
 span { border-color: #9B577B; }

 span { border-color: rgb(155,87,123); }

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