Html Css Color HEX #9D6187 Strikemaster

📋 copy color: '#9D6187'

red 157 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #9D6187

Tints of Strikemaster #9D6187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 40.36%
G = 24.94%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D6187 (or 0x9D6187) is known color: Strikemaster. HEX triplet: 9D, 61 and 87. RGB value is (157,97,135). Sum of RGB (Red+Green+Blue) = 157+97+135=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6187 is #629E78. Grayscale: #777777. Windows color (decimal): -6463097 or 8872349. OLE color: 8872349.

HSL color Cylindrical-coordinate representation of color #9D6187: hue angle of 322º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6187 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 97 135 -
CMYK 0 0.38 0.14 0.38
HSL 322º 0.24% 0.5% -
HSV(B) 322º 0.38% 0.62% -
XYZ 22.55 17.47 25.1 -
YUV 119.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 157 97 135 0 0.38 0.14 0.38 322 0.24 0.5
Hex 9D 61 87 0 26 E 26 142 18 32
Octal 235 141 207 0 46 16 46 502 30 62
Binary 10011101 1100001 10000111 0 100110 1110 100110 101000010 11000 110010

Color Harmonies of #9D6187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6187

Black with #9D6187

Text Example


Text Example

White with #9D6187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,97,135); }

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

background-color css

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

 a { background-color: rgb(157,97,135); }

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

border-color css

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

 span { border-color: rgb(157,97,135); }

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