Html Css Color HEX #9D6E84 Strikemaster

📋 copy color: '#9D6E84'

red 157 ◦ green 110 ◦ blue 132

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

Shades of Strikemaster #9D6E84

Tints of Strikemaster #9D6E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 39.35%
G = 27.57%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D6E84 (or 0x9D6E84) is known color: Strikemaster. HEX triplet: 9D, 6E and 84. RGB value is (157,110,132). Sum of RGB (Red+Green+Blue) = 157+110+132=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6E84 is #62917B. Grayscale: #7E7E7E. Windows color (decimal): -6459772 or 8679069. OLE color: 8679069.

HSL color Cylindrical-coordinate representation of color #9D6E84: hue angle of 331.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D6E84 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 110 132 -
CMYK 0 0.30 0.16 0.38
HSL 331.91º 0.19% 0.52% -
HSV(B) 331.91º 0.3% 0.62% -
XYZ 23.65 19.99 24.44 -
YUV 126.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 157 110 132 0 0.30 0.16 0.38 331.91 0.19 0.52
Hex 9D 6E 84 0 1E 10 26 14C 13 34
Octal 235 156 204 0 36 20 46 514 23 64
Binary 10011101 1101110 10000100 0 11110 10000 100110 101001100 10011 110100

Color Harmonies of #9D6E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E84

Black with #9D6E84

Text Example


Text Example

White with #9D6E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,132); }

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

background-color css

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

 a { background-color: rgb(157,110,132); }

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

border-color css

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

 span { border-color: rgb(157,110,132); }

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