Html Css Color HEX #9B6786 Strikemaster

📋 copy color: '#9B6786'

red 155 ◦ green 103 ◦ blue 134

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

Shades of Strikemaster #9B6786

Tints of Strikemaster #9B6786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 39.54%
G = 26.28%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6786 (or 0x9B6786) is known color: Strikemaster. HEX triplet: 9B, 67 and 86. RGB value is (155,103,134). Sum of RGB (Red+Green+Blue) = 155+103+134=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6786 is #649879. Grayscale: #7A7A7A. Windows color (decimal): -6592634 or 8808347. OLE color: 8808347.

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

Color convert

RGB 155 103 134 -
CMYK 0 0.34 0.14 0.39
HSL 324.23º 0.21% 0.51% -
HSV(B) 324.23º 0.34% 0.61% -
XYZ 22.67 18.39 24.91 -
YUV 122.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 155 103 134 0 0.34 0.14 0.39 324.23 0.21 0.51
Hex 9B 67 86 0 22 E 27 144 15 33
Octal 233 147 206 0 42 16 47 504 25 63
Binary 10011011 1100111 10000110 0 100010 1110 100111 101000100 10101 110011

Color Harmonies of #9B6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6786

Black with #9B6786

Text Example


Text Example

White with #9B6786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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