Html Css Color HEX #9B5487 Strikemaster

📋 copy color: '#9B5487'

red 155 ◦ green 84 ◦ blue 135

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

Shades of Strikemaster #9B5487

Tints of Strikemaster #9B5487

RGB

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

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

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

R = 41.44%
G = 22.46%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B5487 (or 0x9B5487) is known color: Strikemaster. HEX triplet: 9B, 54 and 87. RGB value is (155,84,135). Sum of RGB (Red+Green+Blue) = 155+84+135=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5487 is #64AB78. Grayscale: #6E6E6E. Windows color (decimal): -6597497 or 8869019. OLE color: 8869019.

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

Color convert

RGB 155 84 135 -
CMYK 0 0.46 0.13 0.39
HSL 316.9º 0.3% 0.47% -
HSV(B) 316.9º 0.46% 0.61% -
XYZ 21.06 15.06 24.72 -
YUV 111.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 155 84 135 0 0.46 0.13 0.39 316.9 0.3 0.47
Hex 9B 54 87 0 2E D 27 13D 1E 2F
Octal 233 124 207 0 56 15 47 475 36 57
Binary 10011011 1010100 10000111 0 101110 1101 100111 100111101 11110 101111

Color Harmonies of #9B5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5487

Black with #9B5487

Text Example


Text Example

White with #9B5487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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