Html Css Color HEX #9F567C Strikemaster

📋 copy color: '#9F567C'

red 159 ◦ green 86 ◦ blue 124

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

Shades of Strikemaster #9F567C

Tints of Strikemaster #9F567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 43.09%
G = 23.31%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F567C (or 0x9F567C) is known color: Strikemaster. HEX triplet: 9F, 56 and 7C. RGB value is (159,86,124). Sum of RGB (Red+Green+Blue) = 159+86+124=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F567C is #60A983. Grayscale: #707070. Windows color (decimal): -6334852 or 8148639. OLE color: 8148639.

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

Color convert

RGB 159 86 124 -
CMYK 0 0.46 0.22 0.38
HSL 328.77º 0.3% 0.48% -
HSV(B) 328.77º 0.46% 0.62% -
XYZ 21.26 15.48 20.94 -
YUV 112.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 159 86 124 0 0.46 0.22 0.38 328.77 0.3 0.48
Hex 9F 56 7C 0 2E 16 26 149 1E 30
Octal 237 126 174 0 56 26 46 511 36 60
Binary 10011111 1010110 1111100 0 101110 10110 100110 101001001 11110 110000

Color Harmonies of #9F567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F567C

Black with #9F567C

Text Example


Text Example

White with #9F567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,124); }

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

background-color css

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

 a { background-color: rgb(159,86,124); }

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

border-color css

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

 span { border-color: rgb(159,86,124); }

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