Html Css Color HEX #9D6987 Strikemaster

📋 copy color: '#9D6987'

red 157 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #9D6987

Tints of Strikemaster #9D6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 39.55%
G = 26.45%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D6987 (or 0x9D6987) is known color: Strikemaster. HEX triplet: 9D, 69 and 87. RGB value is (157,105,135). Sum of RGB (Red+Green+Blue) = 157+105+135=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6987 is #629678. Grayscale: #7B7B7B. Windows color (decimal): -6461049 or 8874397. OLE color: 8874397.

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

Color convert

RGB 157 105 135 -
CMYK 0 0.33 0.14 0.38
HSL 325.38º 0.21% 0.51% -
HSV(B) 325.38º 0.33% 0.62% -
XYZ 23.33 19.02 25.36 -
YUV 123.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 157 105 135 0 0.33 0.14 0.38 325.38 0.21 0.51
Hex 9D 69 87 0 21 E 26 145 15 33
Octal 235 151 207 0 41 16 46 505 25 63
Binary 10011101 1101001 10000111 0 100001 1110 100110 101000101 10101 110011

Color Harmonies of #9D6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6987

Black with #9D6987

Text Example


Text Example

White with #9D6987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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