Html Css Color HEX #9D4D81 Strikemaster

📋 copy color: '#9D4D81'

red 157 ◦ green 77 ◦ blue 129

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

Shades of Strikemaster #9D4D81

Tints of Strikemaster #9D4D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 43.25%
G = 21.21%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D4D81 (or 0x9D4D81) is known color: Strikemaster. HEX triplet: 9D, 4D and 81. RGB value is (157,77,129). Sum of RGB (Red+Green+Blue) = 157+77+129=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D81 is #62B27E. Grayscale: #6A6A6A. Windows color (decimal): -6468223 or 8474013. OLE color: 8474013.

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

Color convert

RGB 157 77 129 -
CMYK 0 0.51 0.18 0.38
HSL 321º 0.34% 0.46% -
HSV(B) 321º 0.51% 0.62% -
XYZ 20.52 14.06 22.4 -
YUV 106.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 157 77 129 0 0.51 0.18 0.38 321 0.34 0.46
Hex 9D 4D 81 0 33 12 26 141 22 2E
Octal 235 115 201 0 63 22 46 501 42 56
Binary 10011101 1001101 10000001 0 110011 10010 100110 101000001 100010 101110

Color Harmonies of #9D4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D81

Black with #9D4D81

Text Example


Text Example

White with #9D4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,129); }

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

background-color css

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

 a { background-color: rgb(157,77,129); }

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

border-color css

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

 span { border-color: rgb(157,77,129); }

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