Html Css Color HEX #9B5780 Strikemaster

📋 copy color: '#9B5780'

red 155 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #9B5780

Tints of Strikemaster #9B5780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 41.89%
G = 23.51%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5780 (or 0x9B5780) is known color: Strikemaster. HEX triplet: 9B, 57 and 80. RGB value is (155,87,128). Sum of RGB (Red+Green+Blue) = 155+87+128=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5780 is #64A87F. Grayscale: #6F6F6F. Windows color (decimal): -6596736 or 8411035. OLE color: 8411035.

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

Color convert

RGB 155 87 128 -
CMYK 0 0.44 0.17 0.39
HSL 323.82º 0.28% 0.47% -
HSV(B) 323.82º 0.44% 0.61% -
XYZ 20.82 15.34 22.29 -
YUV 112.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 155 87 128 0 0.44 0.17 0.39 323.82 0.28 0.47
Hex 9B 57 80 0 2C 11 27 144 1C 2F
Octal 233 127 200 0 54 21 47 504 34 57
Binary 10011011 1010111 10000000 0 101100 10001 100111 101000100 11100 101111

Color Harmonies of #9B5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5780

Black with #9B5780

Text Example


Text Example

White with #9B5780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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