Html Css Color HEX #9F5F7F Strikemaster

📋 copy color: '#9F5F7F'

red 159 ◦ green 95 ◦ blue 127

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

Shades of Strikemaster #9F5F7F

Tints of Strikemaster #9F5F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 41.73%
G = 24.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F5F7F (or 0x9F5F7F) is known color: Strikemaster. HEX triplet: 9F, 5F and 7F. RGB value is (159,95,127). Sum of RGB (Red+Green+Blue) = 159+95+127=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5F7F is #60A080. Grayscale: #757575. Windows color (decimal): -6332545 or 8347551. OLE color: 8347551.

HSL color Cylindrical-coordinate representation of color #9F5F7F: hue angle of 330º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F7F is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 95 127 -
CMYK 0 0.40 0.20 0.38
HSL 330º 0.25% 0.5% -
HSV(B) 330º 0.4% 0.62% -
XYZ 22.22 17.09 22.21 -
YUV 117.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 159 95 127 0 0.40 0.20 0.38 330 0.25 0.5
Hex 9F 5F 7F 0 28 14 26 14A 19 32
Octal 237 137 177 0 50 24 46 512 31 62
Binary 10011111 1011111 1111111 0 101000 10100 100110 101001010 11001 110010

Color Harmonies of #9F5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F7F

Black with #9F5F7F

Text Example


Text Example

White with #9F5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,95,127); }

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

background-color css

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

 a { background-color: rgb(159,95,127); }

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

border-color css

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

 span { border-color: rgb(159,95,127); }

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