Html Css Color HEX #9D4B81 Strikemaster

📋 copy color: '#9D4B81'

red 157 ◦ green 75 ◦ blue 129

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

Shades of Strikemaster #9D4B81

Tints of Strikemaster #9D4B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

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

R = 43.49%
G = 20.78%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D4B81 (or 0x9D4B81) is known color: Strikemaster. HEX triplet: 9D, 4B and 81. RGB value is (157,75,129). Sum of RGB (Red+Green+Blue) = 157+75+129=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B81 is #62B47E. Grayscale: #696969. Windows color (decimal): -6468735 or 8473501. OLE color: 8473501.

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

Color convert

RGB 157 75 129 -
CMYK 0 0.52 0.18 0.38
HSL 320.49º 0.35% 0.45% -
HSV(B) 320.49º 0.52% 0.62% -
XYZ 20.38 13.79 22.36 -
YUV 105.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 157 75 129 0 0.52 0.18 0.38 320.49 0.35 0.45
Hex 9D 4B 81 0 34 12 26 140 23 2D
Octal 235 113 201 0 64 22 46 500 43 55
Binary 10011101 1001011 10000001 0 110100 10010 100110 101000000 100011 101101

Color Harmonies of #9D4B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4B81

Black with #9D4B81

Text Example


Text Example

White with #9D4B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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