Html Css Color HEX #9B5588 Strikemaster

📋 copy color: '#9B5588'

red 155 ◦ green 85 ◦ blue 136

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

Shades of Strikemaster #9B5588

Tints of Strikemaster #9B5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 41.22%
G = 22.61%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B5588 (or 0x9B5588) is known color: Strikemaster. HEX triplet: 9B, 55 and 88. RGB value is (155,85,136). Sum of RGB (Red+Green+Blue) = 155+85+136=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5588 is #64AA77. Grayscale: #6F6F6F. Windows color (decimal): -6597240 or 8934811. OLE color: 8934811.

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

Color convert

RGB 155 85 136 -
CMYK 0 0.45 0.12 0.39
HSL 316.29º 0.29% 0.47% -
HSV(B) 316.29º 0.45% 0.61% -
XYZ 21.21 15.24 25.12 -
YUV 111.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 155 85 136 0 0.45 0.12 0.39 316.29 0.29 0.47
Hex 9B 55 88 0 2D C 27 13C 1D 2F
Octal 233 125 210 0 55 14 47 474 35 57
Binary 10011011 1010101 10001000 0 101101 1100 100111 100111100 11101 101111

Color Harmonies of #9B5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5588

Black with #9B5588

Text Example


Text Example

White with #9B5588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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