Html Css Color HEX #9D678D Strikemaster

📋 copy color: '#9D678D'

red 157 ◦ green 103 ◦ blue 141

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

Shades of Strikemaster #9D678D

Tints of Strikemaster #9D678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 39.15%
G = 25.69%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D678D (or 0x9D678D) is known color: Strikemaster. HEX triplet: 9D, 67 and 8D. RGB value is (157,103,141). Sum of RGB (Red+Green+Blue) = 157+103+141=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D678D is #629872. Grayscale: #7B7B7B. Windows color (decimal): -6461555 or 9267101. OLE color: 9267101.

HSL color Cylindrical-coordinate representation of color #9D678D: hue angle of 317.78º degrees, saturation: 0.22, 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 #9D678D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 103 141 -
CMYK 0 0.34 0.10 0.38
HSL 317.78º 0.22% 0.51% -
HSV(B) 317.78º 0.34% 0.62% -
XYZ 23.56 18.79 27.58 -
YUV 123.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 157 103 141 0 0.34 0.10 0.38 317.78 0.22 0.51
Hex 9D 67 8D 0 22 A 26 13E 16 33
Octal 235 147 215 0 42 12 46 476 26 63
Binary 10011101 1100111 10001101 0 100010 1010 100110 100111110 10110 110011

Color Harmonies of #9D678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D678D

Black with #9D678D

Text Example


Text Example

White with #9D678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,103,141); }

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

background-color css

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

 a { background-color: rgb(157,103,141); }

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

border-color css

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

 span { border-color: rgb(157,103,141); }

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