Html Css Color HEX #9B688B Strikemaster

📋 copy color: '#9B688B'

red 155 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #9B688B

Tints of Strikemaster #9B688B

RGB

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

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

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

R = 38.94%
G = 26.13%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B688B (or 0x9B688B) is known color: Strikemaster. HEX triplet: 9B, 68 and 8B. RGB value is (155,104,139). Sum of RGB (Red+Green+Blue) = 155+104+139=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B688B is #649774. Grayscale: #7B7B7B. Windows color (decimal): -6592373 or 9136283. OLE color: 9136283.

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

Color convert

RGB 155 104 139 -
CMYK 0 0.33 0.10 0.39
HSL 318.82º 0.2% 0.51% -
HSV(B) 318.82º 0.33% 0.61% -
XYZ 23.13 18.73 26.82 -
YUV 123.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 155 104 139 0 0.33 0.10 0.39 318.82 0.2 0.51
Hex 9B 68 8B 0 21 A 27 13F 14 33
Octal 233 150 213 0 41 12 47 477 24 63
Binary 10011011 1101000 10001011 0 100001 1010 100111 100111111 10100 110011

Color Harmonies of #9B688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B688B

Black with #9B688B

Text Example


Text Example

White with #9B688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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