Html Css Color HEX #9B6780 Strikemaster

📋 copy color: '#9B6780'

red 155 ◦ green 103 ◦ blue 128

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

Shades of Strikemaster #9B6780

Tints of Strikemaster #9B6780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 40.16%
G = 26.68%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B6780 (or 0x9B6780) is known color: Strikemaster. HEX triplet: 9B, 67 and 80. RGB value is (155,103,128). Sum of RGB (Red+Green+Blue) = 155+103+128=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6780 is #64987F. Grayscale: #797979. Windows color (decimal): -6592640 or 8415131. OLE color: 8415131.

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

Color convert

RGB 155 103 128 -
CMYK 0 0.34 0.17 0.39
HSL 331.15º 0.21% 0.51% -
HSV(B) 331.15º 0.34% 0.61% -
XYZ 22.26 18.23 22.77 -
YUV 121.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 155 103 128 0 0.34 0.17 0.39 331.15 0.21 0.51
Hex 9B 67 80 0 22 11 27 14B 15 33
Octal 233 147 200 0 42 21 47 513 25 63
Binary 10011011 1100111 10000000 0 100010 10001 100111 101001011 10101 110011

Color Harmonies of #9B6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6780

Black with #9B6780

Text Example


Text Example

White with #9B6780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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