Html Css Color HEX #9B687D Strikemaster

📋 copy color: '#9B687D'

red 155 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #9B687D

Tints of Strikemaster #9B687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 40.36%
G = 27.08%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B687D (or 0x9B687D) is known color: Strikemaster. HEX triplet: 9B, 68 and 7D. RGB value is (155,104,125). Sum of RGB (Red+Green+Blue) = 155+104+125=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B687D is #649782. Grayscale: #797979. Windows color (decimal): -6592387 or 8218779. OLE color: 8218779.

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

Color convert

RGB 155 104 125 -
CMYK 0 0.33 0.19 0.39
HSL 335.29º 0.2% 0.51% -
HSV(B) 335.29º 0.33% 0.61% -
XYZ 22.17 18.35 21.78 -
YUV 121.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 155 104 125 0 0.33 0.19 0.39 335.29 0.2 0.51
Hex 9B 68 7D 0 21 13 27 14F 14 33
Octal 233 150 175 0 41 23 47 517 24 63
Binary 10011011 1101000 1111101 0 100001 10011 100111 101001111 10100 110011

Color Harmonies of #9B687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B687D

Black with #9B687D

Text Example


Text Example

White with #9B687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,125); }

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

background-color css

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

 a { background-color: rgb(155,104,125); }

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

border-color css

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

 span { border-color: rgb(155,104,125); }

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