Html Css Color HEX #9D5F8D Strikemaster

📋 copy color: '#9D5F8D'

red 157 ◦ green 95 ◦ blue 141

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

Shades of Strikemaster #9D5F8D

Tints of Strikemaster #9D5F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 39.95%
G = 24.17%
B = 35.88%

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

#9D5F8D (or 0x9D5F8D) is known color: Strikemaster. HEX triplet: 9D, 5F and 8D. RGB value is (157,95,141). Sum of RGB (Red+Green+Blue) = 157+95+141=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F8D is #62A072. Grayscale: #767676. Windows color (decimal): -6463603 or 9265053. OLE color: 9265053.

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

Color convert

RGB 157 95 141 -
CMYK 0 0.39 0.10 0.38
HSL 315.48º 0.25% 0.49% -
HSV(B) 315.48º 0.39% 0.62% -
XYZ 22.8 17.28 27.33 -
YUV 118.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 157 95 141 0 0.39 0.10 0.38 315.48 0.25 0.49
Hex 9D 5F 8D 0 27 A 26 13B 19 31
Octal 235 137 215 0 47 12 46 473 31 61
Binary 10011101 1011111 10001101 0 100111 1010 100110 100111011 11001 110001

Color Harmonies of #9D5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5F8D

Black with #9D5F8D

Text Example


Text Example

White with #9D5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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