Html Css Color HEX #9D698B Strikemaster

📋 copy color: '#9D698B'

red 157 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #9D698B

Tints of Strikemaster #9D698B

RGB

 RED value IS 157 (61.72% from 255) = 39.15%

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

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

R = 39.15%
G = 26.18%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D698B (or 0x9D698B) is known color: Strikemaster. HEX triplet: 9D, 69 and 8B. RGB value is (157,105,139). Sum of RGB (Red+Green+Blue) = 157+105+139=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D698B is #629674. Grayscale: #7C7C7C. Windows color (decimal): -6461045 or 9136541. OLE color: 9136541.

HSL color Cylindrical-coordinate representation of color #9D698B: hue angle of 320.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D698B is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 105 139 -
CMYK 0 0.33 0.11 0.38
HSL 320.77º 0.21% 0.51% -
HSV(B) 320.77º 0.33% 0.62% -
XYZ 23.62 19.14 26.87 -
YUV 124.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 157 105 139 0 0.33 0.11 0.38 320.77 0.21 0.51
Hex 9D 69 8B 0 21 B 26 141 15 33
Octal 235 151 213 0 41 13 46 501 25 63
Binary 10011101 1101001 10001011 0 100001 1011 100110 101000001 10101 110011

Color Harmonies of #9D698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D698B

Black with #9D698B

Text Example


Text Example

White with #9D698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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