Html Css Color HEX #9B4780 Strikemaster

📋 copy color: '#9B4780'

red 155 ◦ green 71 ◦ blue 128

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

Shades of Strikemaster #9B4780

Tints of Strikemaster #9B4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

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

R = 43.79%
G = 20.06%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B4780 (or 0x9B4780) is known color: Strikemaster. HEX triplet: 9B, 47 and 80. RGB value is (155,71,128). Sum of RGB (Red+Green+Blue) = 155+71+128=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4780 is #64B87F. Grayscale: #666666. Windows color (decimal): -6600832 or 8406939. OLE color: 8406939.

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

Color convert

RGB 155 71 128 -
CMYK 0 0.54 0.17 0.39
HSL 319.29º 0.37% 0.44% -
HSV(B) 319.29º 0.54% 0.61% -
XYZ 19.67 13.03 21.9 -
YUV 102.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 155 71 128 0 0.54 0.17 0.39 319.29 0.37 0.44
Hex 9B 47 80 0 36 11 27 13F 25 2C
Octal 233 107 200 0 66 21 47 477 45 54
Binary 10011011 1000111 10000000 0 110110 10001 100111 100111111 100101 101100

Color Harmonies of #9B4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4780

Black with #9B4780

Text Example


Text Example

White with #9B4780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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