Html Css Color HEX #9B688A Strikemaster

📋 copy color: '#9B688A'

red 155 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #9B688A

Tints of Strikemaster #9B688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 39.04%
G = 26.2%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B688A (or 0x9B688A) is known color: Strikemaster. HEX triplet: 9B, 68 and 8A. RGB value is (155,104,138). Sum of RGB (Red+Green+Blue) = 155+104+138=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B688A is #649775. Grayscale: #7B7B7B. Windows color (decimal): -6592374 or 9070747. OLE color: 9070747.

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

Color convert

RGB 155 104 138 -
CMYK 0 0.33 0.11 0.39
HSL 320º 0.2% 0.51% -
HSV(B) 320º 0.33% 0.61% -
XYZ 23.06 18.7 26.44 -
YUV 123.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 155 104 138 0 0.33 0.11 0.39 320 0.2 0.51
Hex 9B 68 8A 0 21 B 27 140 14 33
Octal 233 150 212 0 41 13 47 500 24 63
Binary 10011011 1101000 10001010 0 100001 1011 100111 101000000 10100 110011

Color Harmonies of #9B688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B688A

Black with #9B688A

Text Example


Text Example

White with #9B688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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