Html Css Color HEX #9B577A Strikemaster

📋 copy color: '#9B577A'

red 155 ◦ green 87 ◦ blue 122

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

Shades of Strikemaster #9B577A

Tints of Strikemaster #9B577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 42.58%
G = 23.9%
B = 33.52%

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

#9B577A (or 0x9B577A) is known color: Strikemaster. HEX triplet: 9B, 57 and 7A. RGB value is (155,87,122). Sum of RGB (Red+Green+Blue) = 155+87+122=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B577A is #64A885. Grayscale: #6F6F6F. Windows color (decimal): -6596742 or 8017819. OLE color: 8017819.

HSL color Cylindrical-coordinate representation of color #9B577A: hue angle of 329.12º 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 #9B577A is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 122 -
CMYK 0 0.44 0.21 0.39
HSL 329.12º 0.28% 0.47% -
HSV(B) 329.12º 0.44% 0.61% -
XYZ 20.44 15.19 20.27 -
YUV 111.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 155 87 122 0 0.44 0.21 0.39 329.12 0.28 0.47
Hex 9B 57 7A 0 2C 15 27 149 1C 2F
Octal 233 127 172 0 54 25 47 511 34 57
Binary 10011011 1010111 1111010 0 101100 10101 100111 101001001 11100 101111

Color Harmonies of #9B577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B577A

Black with #9B577A

Text Example


Text Example

White with #9B577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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