Html Css Color HEX #9B7086 Strikemaster

📋 copy color: '#9B7086'

red 155 ◦ green 112 ◦ blue 134

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

Shades of Strikemaster #9B7086

Tints of Strikemaster #9B7086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 38.65%
G = 27.93%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B7086 (or 0x9B7086) is known color: Strikemaster. HEX triplet: 9B, 70 and 86. RGB value is (155,112,134). Sum of RGB (Red+Green+Blue) = 155+112+134=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7086 is #648F79. Grayscale: #7F7F7F. Windows color (decimal): -6590330 or 8810651. OLE color: 8810651.

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

Color convert

RGB 155 112 134 -
CMYK 0 0.28 0.14 0.39
HSL 329.3º 0.18% 0.52% -
HSV(B) 329.3º 0.28% 0.61% -
XYZ 23.61 20.28 25.22 -
YUV 127.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 155 112 134 0 0.28 0.14 0.39 329.3 0.18 0.52
Hex 9B 70 86 0 1C E 27 149 12 34
Octal 233 160 206 0 34 16 47 511 22 64
Binary 10011011 1110000 10000110 0 11100 1110 100111 101001001 10010 110100

Color Harmonies of #9B7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7086

Black with #9B7086

Text Example


Text Example

White with #9B7086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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