Html Css Color HEX #9D6782 Strikemaster

📋 copy color: '#9D6782'

red 157 ◦ green 103 ◦ blue 130

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

Shades of Strikemaster #9D6782

Tints of Strikemaster #9D6782

RGB

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

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

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

R = 40.26%
G = 26.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D6782 (or 0x9D6782) is known color: Strikemaster. HEX triplet: 9D, 67 and 82. RGB value is (157,103,130). Sum of RGB (Red+Green+Blue) = 157+103+130=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6782 is #62987D. Grayscale: #7A7A7A. Windows color (decimal): -6461566 or 8546205. OLE color: 8546205.

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

Color convert

RGB 157 103 130 -
CMYK 0 0.34 0.17 0.38
HSL 330º 0.22% 0.51% -
HSV(B) 330º 0.34% 0.62% -
XYZ 22.78 18.48 23.49 -
YUV 122.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 157 103 130 0 0.34 0.17 0.38 330 0.22 0.51
Hex 9D 67 82 0 22 11 26 14A 16 33
Octal 235 147 202 0 42 21 46 512 26 63
Binary 10011101 1100111 10000010 0 100010 10001 100110 101001010 10110 110011

Color Harmonies of #9D6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6782

Black with #9D6782

Text Example


Text Example

White with #9D6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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