Html Css Color HEX #9B698B Strikemaster

📋 copy color: '#9B698B'

red 155 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #9B698B

Tints of Strikemaster #9B698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 38.85%
G = 26.32%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B698B (or 0x9B698B) is known color: Strikemaster. HEX triplet: 9B, 69 and 8B. RGB value is (155,105,139). Sum of RGB (Red+Green+Blue) = 155+105+139=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B698B is #649674. Grayscale: #7B7B7B. Windows color (decimal): -6592117 or 9136539. OLE color: 9136539.

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

Color convert

RGB 155 105 139 -
CMYK 0 0.32 0.10 0.39
HSL 319.2º 0.2% 0.51% -
HSV(B) 319.2º 0.32% 0.61% -
XYZ 23.23 18.94 26.86 -
YUV 123.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 155 105 139 0 0.32 0.10 0.39 319.2 0.2 0.51
Hex 9B 69 8B 0 20 A 27 13F 14 33
Octal 233 151 213 0 40 12 47 477 24 63
Binary 10011011 1101001 10001011 0 100000 1010 100111 100111111 10100 110011

Color Harmonies of #9B698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B698B

Black with #9B698B

Text Example


Text Example

White with #9B698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,139); }

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

background-color css

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

 a { background-color: rgb(155,105,139); }

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

border-color css

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

 span { border-color: rgb(155,105,139); }

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