Html Css Color HEX #9B6186 Strikemaster

📋 copy color: '#9B6186'

red 155 ◦ green 97 ◦ blue 134

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

Shades of Strikemaster #9B6186

Tints of Strikemaster #9B6186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 40.16%
G = 25.13%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6186 (or 0x9B6186) is known color: Strikemaster. HEX triplet: 9B, 61 and 86. RGB value is (155,97,134). Sum of RGB (Red+Green+Blue) = 155+97+134=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6186 is #649E79. Grayscale: #767676. Windows color (decimal): -6594170 or 8806811. OLE color: 8806811.

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

Color convert

RGB 155 97 134 -
CMYK 0 0.37 0.14 0.39
HSL 321.72º 0.23% 0.49% -
HSV(B) 321.72º 0.37% 0.61% -
XYZ 22.1 17.24 24.72 -
YUV 118.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 155 97 134 0 0.37 0.14 0.39 321.72 0.23 0.49
Hex 9B 61 86 0 25 E 27 142 17 31
Octal 233 141 206 0 45 16 47 502 27 61
Binary 10011011 1100001 10000110 0 100101 1110 100111 101000010 10111 110001

Color Harmonies of #9B6186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6186

Black with #9B6186

Text Example


Text Example

White with #9B6186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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