Html Css Color HEX #9B5E89 Strikemaster

📋 copy color: '#9B5E89'

red 155 ◦ green 94 ◦ blue 137

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

Shades of Strikemaster #9B5E89

Tints of Strikemaster #9B5E89

RGB

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

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

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

R = 40.16%
G = 24.35%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B5E89 (or 0x9B5E89) is known color: Strikemaster. HEX triplet: 9B, 5E and 89. RGB value is (155,94,137). Sum of RGB (Red+Green+Blue) = 155+94+137=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E89 is #64A176. Grayscale: #757575. Windows color (decimal): -6594935 or 9002651. OLE color: 9002651.

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

Color convert

RGB 155 94 137 -
CMYK 0 0.39 0.12 0.39
HSL 317.7º 0.24% 0.49% -
HSV(B) 317.7º 0.39% 0.61% -
XYZ 22.04 16.78 25.74 -
YUV 117.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 155 94 137 0 0.39 0.12 0.39 317.7 0.24 0.49
Hex 9B 5E 89 0 27 C 27 13E 18 31
Octal 233 136 211 0 47 14 47 476 30 61
Binary 10011011 1011110 10001001 0 100111 1100 100111 100111110 11000 110001

Color Harmonies of #9B5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E89

Black with #9B5E89

Text Example


Text Example

White with #9B5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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