Html Css Color HEX #9B557F Strikemaster

📋 copy color: '#9B557F'

red 155 ◦ green 85 ◦ blue 127

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

Shades of Strikemaster #9B557F

Tints of Strikemaster #9B557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 42.23%
G = 23.16%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B557F (or 0x9B557F) is known color: Strikemaster. HEX triplet: 9B, 55 and 7F. RGB value is (155,85,127). Sum of RGB (Red+Green+Blue) = 155+85+127=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B557F is #64AA80. Grayscale: #6E6E6E. Windows color (decimal): -6597249 or 8344987. OLE color: 8344987.

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

Color convert

RGB 155 85 127 -
CMYK 0 0.45 0.18 0.39
HSL 324º 0.29% 0.47% -
HSV(B) 324º 0.45% 0.61% -
XYZ 20.6 15 21.89 -
YUV 110.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 155 85 127 0 0.45 0.18 0.39 324 0.29 0.47
Hex 9B 55 7F 0 2D 12 27 144 1D 2F
Octal 233 125 177 0 55 22 47 504 35 57
Binary 10011011 1010101 1111111 0 101101 10010 100111 101000100 11101 101111

Color Harmonies of #9B557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B557F

Black with #9B557F

Text Example


Text Example

White with #9B557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,127); }

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

background-color css

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

 a { background-color: rgb(155,85,127); }

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

border-color css

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

 span { border-color: rgb(155,85,127); }

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