Html Css Color HEX #9D688B Strikemaster

📋 copy color: '#9D688B'

red 157 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #9D688B

Tints of Strikemaster #9D688B

RGB

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

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

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

R = 39.25%
G = 26%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D688B (or 0x9D688B) is known color: Strikemaster. HEX triplet: 9D, 68 and 8B. RGB value is (157,104,139). Sum of RGB (Red+Green+Blue) = 157+104+139=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D688B is #629774. Grayscale: #7B7B7B. Windows color (decimal): -6461301 or 9136285. OLE color: 9136285.

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

Color convert

RGB 157 104 139 -
CMYK 0 0.34 0.11 0.38
HSL 320.38º 0.21% 0.51% -
HSV(B) 320.38º 0.34% 0.62% -
XYZ 23.52 18.93 26.84 -
YUV 123.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 157 104 139 0 0.34 0.11 0.38 320.38 0.21 0.51
Hex 9D 68 8B 0 22 B 26 140 15 33
Octal 235 150 213 0 42 13 46 500 25 63
Binary 10011101 1101000 10001011 0 100010 1011 100110 101000000 10101 110011

Color Harmonies of #9D688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D688B

Black with #9D688B

Text Example


Text Example

White with #9D688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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