Html Css Color HEX #9B697D Strikemaster

📋 copy color: '#9B697D'

red 155 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #9B697D

Tints of Strikemaster #9B697D

RGB

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

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

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

R = 40.26%
G = 27.27%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B697D (or 0x9B697D) is known color: Strikemaster. HEX triplet: 9B, 69 and 7D. RGB value is (155,105,125). Sum of RGB (Red+Green+Blue) = 155+105+125=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B697D is #649682. Grayscale: #7A7A7A. Windows color (decimal): -6592131 or 8219035. OLE color: 8219035.

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

Color convert

RGB 155 105 125 -
CMYK 0 0.32 0.19 0.39
HSL 336º 0.2% 0.51% -
HSV(B) 336º 0.32% 0.61% -
XYZ 22.27 18.55 21.81 -
YUV 122.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 155 105 125 0 0.32 0.19 0.39 336 0.2 0.51
Hex 9B 69 7D 0 20 13 27 150 14 33
Octal 233 151 175 0 40 23 47 520 24 63
Binary 10011011 1101001 1111101 0 100000 10011 100111 101010000 10100 110011

Color Harmonies of #9B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B697D

Black with #9B697D

Text Example


Text Example

White with #9B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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