Html Css Color HEX #9D5F8E Strikemaster

📋 copy color: '#9D5F8E'

red 157 ◦ green 95 ◦ blue 142

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

Shades of Strikemaster #9D5F8E

Tints of Strikemaster #9D5F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 39.85%
G = 24.11%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D5F8E (or 0x9D5F8E) is known color: Strikemaster. HEX triplet: 9D, 5F and 8E. RGB value is (157,95,142). Sum of RGB (Red+Green+Blue) = 157+95+142=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F8E is #62A071. Grayscale: #767676. Windows color (decimal): -6463602 or 9330589. OLE color: 9330589.

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

Color convert

RGB 157 95 142 -
CMYK 0 0.39 0.10 0.38
HSL 314.52º 0.25% 0.49% -
HSV(B) 314.52º 0.39% 0.62% -
XYZ 22.88 17.31 27.73 -
YUV 118.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 157 95 142 0 0.39 0.10 0.38 314.52 0.25 0.49
Hex 9D 5F 8E 0 27 A 26 13B 19 31
Octal 235 137 216 0 47 12 46 473 31 61
Binary 10011101 1011111 10001110 0 100111 1010 100110 100111011 11001 110001

Color Harmonies of #9D5F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5F8E

Black with #9D5F8E

Text Example


Text Example

White with #9D5F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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