Html Css Color HEX #9B5E80 Strikemaster

📋 copy color: '#9B5E80'

red 155 ◦ green 94 ◦ blue 128

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

Shades of Strikemaster #9B5E80

Tints of Strikemaster #9B5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 41.11%
G = 24.93%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5E80 (or 0x9B5E80) is known color: Strikemaster. HEX triplet: 9B, 5E and 80. RGB value is (155,94,128). Sum of RGB (Red+Green+Blue) = 155+94+128=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E80 is #64A17F. Grayscale: #747474. Windows color (decimal): -6594944 or 8412827. OLE color: 8412827.

HSL color Cylindrical-coordinate representation of color #9B5E80: hue angle of 326.56º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E80 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 94 128 -
CMYK 0 0.39 0.17 0.39
HSL 326.56º 0.24% 0.49% -
HSV(B) 326.56º 0.39% 0.61% -
XYZ 21.42 16.53 22.48 -
YUV 116.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 155 94 128 0 0.39 0.17 0.39 326.56 0.24 0.49
Hex 9B 5E 80 0 27 11 27 147 18 31
Octal 233 136 200 0 47 21 47 507 30 61
Binary 10011011 1011110 10000000 0 100111 10001 100111 101000111 11000 110001

Color Harmonies of #9B5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E80

Black with #9B5E80

Text Example


Text Example

White with #9B5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,128); }

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

background-color css

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

 a { background-color: rgb(155,94,128); }

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

border-color css

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

 span { border-color: rgb(155,94,128); }

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