Html Css Color HEX #9F648F Strikemaster

📋 copy color: '#9F648F'

red 159 ◦ green 100 ◦ blue 143

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

Shades of Strikemaster #9F648F

Tints of Strikemaster #9F648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 39.55%
G = 24.88%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F648F (or 0x9F648F) is known color: Strikemaster. HEX triplet: 9F, 64 and 8F. RGB value is (159,100,143). Sum of RGB (Red+Green+Blue) = 159+100+143=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F648F is #609B70. Grayscale: #7A7A7A. Windows color (decimal): -6331249 or 9397407. OLE color: 9397407.

HSL color Cylindrical-coordinate representation of color #9F648F: hue angle of 316.27º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F648F is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 143 -
CMYK 0 0.37 0.10 0.38
HSL 316.27º 0.24% 0.51% -
HSV(B) 316.27º 0.37% 0.62% -
XYZ 23.81 18.47 28.3 -
YUV 122.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 159 100 143 0 0.37 0.10 0.38 316.27 0.24 0.51
Hex 9F 64 8F 0 25 A 26 13C 18 33
Octal 237 144 217 0 45 12 46 474 30 63
Binary 10011111 1100100 10001111 0 100101 1010 100110 100111100 11000 110011

Color Harmonies of #9F648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F648F

Black with #9F648F

Text Example


Text Example

White with #9F648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,143); }

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

background-color css

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

 a { background-color: rgb(159,100,143); }

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

border-color css

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

 span { border-color: rgb(159,100,143); }

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