Html Css Color HEX #9F4D85 Strikemaster

📋 copy color: '#9F4D85'

red 159 ◦ green 77 ◦ blue 133

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

Shades of Strikemaster #9F4D85

Tints of Strikemaster #9F4D85

RGB

 RED value IS 159 (62.5% from 255) = 43.09%

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 43.09%
G = 20.87%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F4D85 (or 0x9F4D85) is known color: Strikemaster. HEX triplet: 9F, 4D and 85. RGB value is (159,77,133). Sum of RGB (Red+Green+Blue) = 159+77+133=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D85 is #60B27A. Grayscale: #6B6B6B. Windows color (decimal): -6337147 or 8736159. OLE color: 8736159.

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

Color convert

RGB 159 77 133 -
CMYK 0 0.52 0.16 0.38
HSL 319.02º 0.35% 0.46% -
HSV(B) 319.02º 0.52% 0.62% -
XYZ 21.19 14.37 23.85 -
YUV 107.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 159 77 133 0 0.52 0.16 0.38 319.02 0.35 0.46
Hex 9F 4D 85 0 34 10 26 13F 23 2E
Octal 237 115 205 0 64 20 46 477 43 56
Binary 10011111 1001101 10000101 0 110100 10000 100110 100111111 100011 101110

Color Harmonies of #9F4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D85

Black with #9F4D85

Text Example


Text Example

White with #9F4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,77,133); }

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

background-color css

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

 a { background-color: rgb(159,77,133); }

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

border-color css

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

 span { border-color: rgb(159,77,133); }

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