Html Css Color HEX #9F4F7D Strikemaster

📋 copy color: '#9F4F7D'

red 159 ◦ green 79 ◦ blue 125

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

Shades of Strikemaster #9F4F7D

Tints of Strikemaster #9F4F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 43.8%
G = 21.76%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F4F7D (or 0x9F4F7D) is known color: Strikemaster. HEX triplet: 9F, 4F and 7D. RGB value is (159,79,125). Sum of RGB (Red+Green+Blue) = 159+79+125=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F7D is #60B082. Grayscale: #6C6C6C. Windows color (decimal): -6336643 or 8212383. OLE color: 8212383.

HSL color Cylindrical-coordinate representation of color #9F4F7D: hue angle of 325.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F7D is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 79 125 -
CMYK 0 0.50 0.21 0.38
HSL 325.5º 0.34% 0.47% -
HSV(B) 325.5º 0.5% 0.62% -
XYZ 20.8 14.44 21.09 -
YUV 108.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 159 79 125 0 0.50 0.21 0.38 325.5 0.34 0.47
Hex 9F 4F 7D 0 32 15 26 146 22 2F
Octal 237 117 175 0 62 25 46 506 42 57
Binary 10011111 1001111 1111101 0 110010 10101 100110 101000110 100010 101111

Color Harmonies of #9F4F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F7D

Black with #9F4F7D

Text Example


Text Example

White with #9F4F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,125); }

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

background-color css

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

 a { background-color: rgb(159,79,125); }

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

border-color css

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

 span { border-color: rgb(159,79,125); }

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