Html Css Color HEX #9B5488 Strikemaster

📋 copy color: '#9B5488'

red 155 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #9B5488

Tints of Strikemaster #9B5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 41.33%
G = 22.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B5488 (or 0x9B5488) is known color: Strikemaster. HEX triplet: 9B, 54 and 88. RGB value is (155,84,136). Sum of RGB (Red+Green+Blue) = 155+84+136=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5488 is #64AB77. Grayscale: #6F6F6F. Windows color (decimal): -6597496 or 8934555. OLE color: 8934555.

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

Color convert

RGB 155 84 136 -
CMYK 0 0.46 0.12 0.39
HSL 316.06º 0.3% 0.47% -
HSV(B) 316.06º 0.46% 0.61% -
XYZ 21.13 15.09 25.09 -
YUV 111.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 155 84 136 0 0.46 0.12 0.39 316.06 0.3 0.47
Hex 9B 54 88 0 2E C 27 13C 1E 2F
Octal 233 124 210 0 56 14 47 474 36 57
Binary 10011011 1010100 10001000 0 101110 1100 100111 100111100 11110 101111

Color Harmonies of #9B5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5488

Black with #9B5488

Text Example


Text Example

White with #9B5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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