Html Css Color HEX #9B5087 Strikemaster

📋 copy color: '#9B5087'

red 155 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #9B5087

Tints of Strikemaster #9B5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 41.89%
G = 21.62%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B5087 (or 0x9B5087) is known color: Strikemaster. HEX triplet: 9B, 50 and 87. RGB value is (155,80,135). Sum of RGB (Red+Green+Blue) = 155+80+135=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5087 is #64AF78. Grayscale: #6C6C6C. Windows color (decimal): -6598521 or 8867995. OLE color: 8867995.

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

Color convert

RGB 155 80 135 -
CMYK 0 0.48 0.13 0.39
HSL 316º 0.32% 0.46% -
HSV(B) 316º 0.48% 0.61% -
XYZ 20.76 14.46 24.62 -
YUV 108.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 155 80 135 0 0.48 0.13 0.39 316 0.32 0.46
Hex 9B 50 87 0 30 D 27 13C 20 2E
Octal 233 120 207 0 60 15 47 474 40 56
Binary 10011011 1010000 10000111 0 110000 1101 100111 100111100 100000 101110

Color Harmonies of #9B5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5087

Black with #9B5087

Text Example


Text Example

White with #9B5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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