Html Css Color HEX #9B5789 Strikemaster

📋 copy color: '#9B5789'

red 155 ◦ green 87 ◦ blue 137

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

Shades of Strikemaster #9B5789

Tints of Strikemaster #9B5789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 40.9%
G = 22.96%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B5789 (or 0x9B5789) is known color: Strikemaster. HEX triplet: 9B, 57 and 89. RGB value is (155,87,137). Sum of RGB (Red+Green+Blue) = 155+87+137=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5789 is #64A876. Grayscale: #707070. Windows color (decimal): -6596727 or 9000859. OLE color: 9000859.

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

Color convert

RGB 155 87 137 -
CMYK 0 0.44 0.12 0.39
HSL 315.88º 0.28% 0.47% -
HSV(B) 315.88º 0.44% 0.61% -
XYZ 21.44 15.59 25.55 -
YUV 113.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 155 87 137 0 0.44 0.12 0.39 315.88 0.28 0.47
Hex 9B 57 89 0 2C C 27 13C 1C 2F
Octal 233 127 211 0 54 14 47 474 34 57
Binary 10011011 1010111 10001001 0 101100 1100 100111 100111100 11100 101111

Color Harmonies of #9B5789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5789

Black with #9B5789

Text Example


Text Example

White with #9B5789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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