Html Css Color HEX #9D5E7B Strikemaster

📋 copy color: '#9D5E7B'

red 157 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #9D5E7B

Tints of Strikemaster #9D5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 41.98%
G = 25.13%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D5E7B (or 0x9D5E7B) is known color: Strikemaster. HEX triplet: 9D, 5E and 7B. RGB value is (157,94,123). Sum of RGB (Red+Green+Blue) = 157+94+123=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E7B is #62A184. Grayscale: #747474. Windows color (decimal): -6463877 or 8085149. OLE color: 8085149.

HSL color Cylindrical-coordinate representation of color #9D5E7B: hue angle of 332.38º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E7B is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 123 -
CMYK 0 0.40 0.22 0.38
HSL 332.38º 0.25% 0.49% -
HSV(B) 332.38º 0.4% 0.62% -
XYZ 21.48 16.6 20.81 -
YUV 116.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 157 94 123 0 0.40 0.22 0.38 332.38 0.25 0.49
Hex 9D 5E 7B 0 28 16 26 14C 19 31
Octal 235 136 173 0 50 26 46 514 31 61
Binary 10011101 1011110 1111011 0 101000 10110 100110 101001100 11001 110001

Color Harmonies of #9D5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E7B

Black with #9D5E7B

Text Example


Text Example

White with #9D5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,123); }

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

background-color css

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

 a { background-color: rgb(157,94,123); }

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

border-color css

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

 span { border-color: rgb(157,94,123); }

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