Html Css Color HEX #9B5089 Strikemaster

📋 copy color: '#9B5089'

red 155 ◦ green 80 ◦ blue 137

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

Shades of Strikemaster #9B5089

Tints of Strikemaster #9B5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 41.67%
G = 21.51%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B5089 (or 0x9B5089) is known color: Strikemaster. HEX triplet: 9B, 50 and 89. RGB value is (155,80,137). Sum of RGB (Red+Green+Blue) = 155+80+137=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5089 is #64AF76. Grayscale: #6C6C6C. Windows color (decimal): -6598519 or 8999067. OLE color: 8999067.

HSL color Cylindrical-coordinate representation of color #9B5089: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5089 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 137 -
CMYK 0 0.48 0.12 0.39
HSL 314.4º 0.32% 0.46% -
HSV(B) 314.4º 0.48% 0.61% -
XYZ 20.9 14.51 25.37 -
YUV 108.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 155 80 137 0 0.48 0.12 0.39 314.4 0.32 0.46
Hex 9B 50 89 0 30 C 27 13A 20 2E
Octal 233 120 211 0 60 14 47 472 40 56
Binary 10011011 1010000 10001001 0 110000 1100 100111 100111010 100000 101110

Color Harmonies of #9B5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5089

Black with #9B5089

Text Example


Text Example

White with #9B5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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