Html Css Color HEX #9D6A82 Strikemaster

📋 copy color: '#9D6A82'

red 157 ◦ green 106 ◦ blue 130

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

Shades of Strikemaster #9D6A82

Tints of Strikemaster #9D6A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 39.95%
G = 26.97%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D6A82 (or 0x9D6A82) is known color: Strikemaster. HEX triplet: 9D, 6A and 82. RGB value is (157,106,130). Sum of RGB (Red+Green+Blue) = 157+106+130=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A82 is #62957D. Grayscale: #7B7B7B. Windows color (decimal): -6460798 or 8546973. OLE color: 8546973.

HSL color Cylindrical-coordinate representation of color #9D6A82: hue angle of 331.76º degrees, saturation: 0.21, 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 #9D6A82 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 106 130 -
CMYK 0 0.32 0.17 0.38
HSL 331.76º 0.21% 0.52% -
HSV(B) 331.76º 0.32% 0.62% -
XYZ 23.09 19.09 23.59 -
YUV 123.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 157 106 130 0 0.32 0.17 0.38 331.76 0.21 0.52
Hex 9D 6A 82 0 20 11 26 14C 15 34
Octal 235 152 202 0 40 21 46 514 25 64
Binary 10011101 1101010 10000010 0 100000 10001 100110 101001100 10101 110100

Color Harmonies of #9D6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6A82

Black with #9D6A82

Text Example


Text Example

White with #9D6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,106,130); }

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

background-color css

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

 a { background-color: rgb(157,106,130); }

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

border-color css

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

 span { border-color: rgb(157,106,130); }

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