Html Css Color HEX #9B5787 Strikemaster

📋 copy color: '#9B5787'

red 155 ◦ green 87 ◦ blue 135

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

Shades of Strikemaster #9B5787

Tints of Strikemaster #9B5787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 41.11%
G = 23.08%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B5787 (or 0x9B5787) is known color: Strikemaster. HEX triplet: 9B, 57 and 87. RGB value is (155,87,135). Sum of RGB (Red+Green+Blue) = 155+87+135=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5787 is #64A878. Grayscale: #707070. Windows color (decimal): -6596729 or 8869787. OLE color: 8869787.

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

Color convert

RGB 155 87 135 -
CMYK 0 0.44 0.13 0.39
HSL 317.65º 0.28% 0.47% -
HSV(B) 317.65º 0.44% 0.61% -
XYZ 21.3 15.53 24.8 -
YUV 112.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 155 87 135 0 0.44 0.13 0.39 317.65 0.28 0.47
Hex 9B 57 87 0 2C D 27 13E 1C 2F
Octal 233 127 207 0 54 15 47 476 34 57
Binary 10011011 1010111 10000111 0 101100 1101 100111 100111110 11100 101111

Color Harmonies of #9B5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5787

Black with #9B5787

Text Example


Text Example

White with #9B5787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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