Html Css Color HEX #9D5F7F Strikemaster

📋 copy color: '#9D5F7F'

red 157 ◦ green 95 ◦ blue 127

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

Shades of Strikemaster #9D5F7F

Tints of Strikemaster #9D5F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 41.42%
G = 25.07%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D5F7F (or 0x9D5F7F) is known color: Strikemaster. HEX triplet: 9D, 5F and 7F. RGB value is (157,95,127). Sum of RGB (Red+Green+Blue) = 157+95+127=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F7F is #62A080. Grayscale: #757575. Windows color (decimal): -6463617 or 8347549. OLE color: 8347549.

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

Color convert

RGB 157 95 127 -
CMYK 0 0.39 0.19 0.38
HSL 329.03º 0.25% 0.49% -
HSV(B) 329.03º 0.39% 0.62% -
XYZ 21.83 16.88 22.19 -
YUV 117.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 157 95 127 0 0.39 0.19 0.38 329.03 0.25 0.49
Hex 9D 5F 7F 0 27 13 26 149 19 31
Octal 235 137 177 0 47 23 46 511 31 61
Binary 10011101 1011111 1111111 0 100111 10011 100110 101001001 11001 110001

Color Harmonies of #9D5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5F7F

Black with #9D5F7F

Text Example


Text Example

White with #9D5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,95,127); }

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

background-color css

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

 a { background-color: rgb(157,95,127); }

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

border-color css

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

 span { border-color: rgb(157,95,127); }

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