Html Css Color HEX #9D6B84 Strikemaster

📋 copy color: '#9D6B84'

red 157 ◦ green 107 ◦ blue 132

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

Shades of Strikemaster #9D6B84

Tints of Strikemaster #9D6B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

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

R = 39.65%
G = 27.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D6B84 (or 0x9D6B84) is known color: Strikemaster. HEX triplet: 9D, 6B and 84. RGB value is (157,107,132). Sum of RGB (Red+Green+Blue) = 157+107+132=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B84 is #62947B. Grayscale: #7C7C7C. Windows color (decimal): -6460540 or 8678301. OLE color: 8678301.

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

Color convert

RGB 157 107 132 -
CMYK 0 0.32 0.16 0.38
HSL 330º 0.2% 0.52% -
HSV(B) 330º 0.32% 0.62% -
XYZ 23.33 19.35 24.34 -
YUV 124.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 157 107 132 0 0.32 0.16 0.38 330 0.2 0.52
Hex 9D 6B 84 0 20 10 26 14A 14 34
Octal 235 153 204 0 40 20 46 512 24 64
Binary 10011101 1101011 10000100 0 100000 10000 100110 101001010 10100 110100

Color Harmonies of #9D6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B84

Black with #9D6B84

Text Example


Text Example

White with #9D6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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